Skip to content

Commit 1078491

Browse files
Apply prepare changes
1 parent 00e2bda commit 1078491

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ namespace geode
201201
[]( auto& cur_state, auto& accepted_proposal ) {
202202
cur_state.add_object(
203203
std::move( accepted_proposal.proposed_move.new_object
204-
.value() ),
204+
.value() ),
205205
accepted_proposal.set_id, false );
206206
} );
207207
};
@@ -233,7 +233,7 @@ namespace geode
233233
cur_state.update_free_object(
234234
accepted_proposal.old_object_id(),
235235
std::move( accepted_proposal.proposed_move.new_object
236-
.value() ) );
236+
.value() ) );
237237
} );
238238
};
239239

0 commit comments

Comments
 (0)