We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b5c85 commit 13046c6Copy full SHA for 13046c6
1 file changed
tests/stochastic/spatial/test-object-sets.cpp
@@ -90,7 +90,7 @@ namespace
90
sets.add_object( geode::Point2D{ { 1.0, 0.0 } }, set_id );
91
sets.add_object( geode::Point2D{ { 3.0, 0.0 } }, set_id );
92
93
- const geode::Point2D query( { { 0.5, 0.0 } } );
+ const geode::Point2D query{ { 0.5, 0.0 } };
94
const auto nearby = sets.neighbors( query, 1.0 );
95
96
OPENGEODE_EXCEPTION( !nearby.empty(),
0 commit comments