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 d436520 commit 0a32698Copy full SHA for 0a32698
1 file changed
tests/stochastic/sampling/mcmc/test-mh-strauss.cpp
@@ -49,7 +49,8 @@ namespace
49
: public geode::SimulationRunner< geode::Point2D >
50
{
51
public:
52
- StraussSimulationRunner( const geode::SpatialDomain< 2 >& domain )
+ explicit StraussSimulationRunner(
53
+ const geode::SpatialDomain< 2 >& domain )
54
: geode::SimulationRunner< geode::Point2D >( domain )
55
56
}
0 commit comments