Skip to content

Commit 426a3a2

Browse files
Update include/geode/stochastic/sampling/mcmc/simulation_runner.hpp
Co-authored-by: Arnaud Botella <arnaud.botella@geode-solutions.com>
1 parent fd01ad8 commit 426a3a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ namespace geode
7373
public:
7474
SimulationRunner() = delete;
7575
explicit SimulationRunner( SimulationContext< ObjectType >&& context )
76-
: context_( std::move( context ) ) {};
76+
: context_( std::move( context ) ) {}
7777
virtual ~SimulationRunner() = default;
7878

7979
[[nodiscard]] const ObjectSets< ObjectType >& run(

0 commit comments

Comments
 (0)