[test][algorithms] Fix double to bool conversion.

This commit is contained in:
Adam Wulkiewicz 2016-04-12 03:32:05 +02:00
parent f46ed34965
commit 00cc9bc199

View File

@ -75,7 +75,7 @@ struct test_sym_difference_of_areal_geometries
PolygonOut
>(case_id, areal1, areal2,
expected_polygon_count, expected_point_count, expected_area,
tolerance, settings);
true, settings);
}
};