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 426a3a2 commit 3f3192aCopy full SHA for 3f3192a
1 file changed
include/geode/stochastic/sampling/mcmc/simulation_runner.hpp
@@ -73,7 +73,9 @@ namespace geode
73
public:
74
SimulationRunner() = delete;
75
explicit SimulationRunner( SimulationContext< ObjectType >&& context )
76
- : context_( std::move( context ) ) {}
+ : context_( std::move( context ) )
77
+ {
78
+ }
79
virtual ~SimulationRunner() = default;
80
81
[[nodiscard]] const ObjectSets< ObjectType >& run(
0 commit comments