Skip to content

Commit 74b7f2f

Browse files
minor change
1 parent 4b752f4 commit 74b7f2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/geode/stochastic/sampling/mcmc/metropolis_hasting_sampler.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ namespace geode
3939
template < typename Geometry >
4040
struct StepResult
4141
{
42-
MHDecision decision{ MHDecision::UnDecided };
42+
MHDecision decision{ MHDecision::Undecided };
4343
typename Proposal< Geometry >::Type move_type{
4444
Proposal< Geometry >::Type::Invalid
4545
};

0 commit comments

Comments
 (0)