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