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.
2 parents 18ce8c9 + a1c93e5 commit 4a25cd6Copy full SHA for 4a25cd6
1 file changed
tests/stochastic/sampling/mcmc/test-mh-poisson.cpp
@@ -49,9 +49,8 @@ namespace
49
: public geode::SimulationRunner< geode::Point2D >
50
{
51
public:
52
- PoissonSimulationRunner( const geode::BoundingBox2D& box ) : box_( box )
53
- {
54
- }
+ PoissonSimulationRunner( const geode::BoundingBox2D& box )
+ : box_( box ){};
55
56
void add_set_descriptor( const SetDescription& descriptor )
57
0 commit comments