Skip to content

Commit 0869b0f

Browse files
Apply prepare changes
1 parent 1ff1955 commit 0869b0f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

include/geode/stochastic/sampling/mcmc/helpers/simulation_runner.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ namespace geode
6464
{
6565
public:
6666
SimulationRunner( const SpatialDomain< ObjectType::dim >& domain )
67-
: domain_( domain ){};
67+
: domain_( domain ) {};
6868
virtual ~SimulationRunner() = default;
6969

7070
virtual void initialize() = 0;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ namespace
5050
{
5151
public:
5252
PoissonSimulationRunner( const geode::SpatialDomain< 2 >& domain )
53-
: geode::SimulationRunner< geode::Point2D >( domain ){};
53+
: geode::SimulationRunner< geode::Point2D >( domain ) {};
5454

5555
void add_set_descriptor( const SetDescription& descriptor )
5656
{

0 commit comments

Comments
 (0)