Skip to content

Commit 8533097

Browse files
coma
1 parent 25e5ece commit 8533097

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/geode/stochastic/sampling/random_engine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ namespace geode
184184
&& std::isfinite( law.mean ),
185185
"[Gaussian sampling] - Infinite parameters or "
186186
"negative standard deviation N(",
187-
law.mean, "," law.standard_deviation, ")." );
187+
law.mean, ",", law.standard_deviation, ")." );
188188

189189
const double max = law.max_value.value_or(
190190
std::numeric_limits< double >::infinity() );

0 commit comments

Comments
 (0)