Skip to content

Commit 4a25cd6

Browse files
Merge remote-tracking branch 'origin/simulation_helpers' into simulation_helpers
2 parents 18ce8c9 + a1c93e5 commit 4a25cd6

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

tests/stochastic/sampling/mcmc/test-mh-poisson.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,8 @@ namespace
4949
: public geode::SimulationRunner< geode::Point2D >
5050
{
5151
public:
52-
PoissonSimulationRunner( const geode::BoundingBox2D& box ) : box_( box )
53-
{
54-
}
52+
PoissonSimulationRunner( const geode::BoundingBox2D& box )
53+
: box_( box ){};
5554

5655
void add_set_descriptor( const SetDescription& descriptor )
5756
{

0 commit comments

Comments
 (0)