Skip to content

Commit 0a32698

Browse files
tidy05
1 parent d436520 commit 0a32698

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ namespace
4949
: public geode::SimulationRunner< geode::Point2D >
5050
{
5151
public:
52-
StraussSimulationRunner( const geode::SpatialDomain< 2 >& domain )
52+
explicit StraussSimulationRunner(
53+
const geode::SpatialDomain< 2 >& domain )
5354
: geode::SimulationRunner< geode::Point2D >( domain )
5455
{
5556
}

0 commit comments

Comments
 (0)