Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
IVinterbladh committed Jul 17, 2024
1 parent 40db3f8 commit 3e25932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/move.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ void ParallelTempering::_accept([[maybe_unused]] Change& change)
void ParallelTempering::_reject([[maybe_unused]] Change& change)
{
acceptance_map[partner->getPair(mpi.world)] += 0.0;
#exchange = -1;
//exchange = -1;
}

void ParallelTempering::_from_json(const json& j)
Expand Down

0 comments on commit 3e25932

Please sign in to comment.