Skip to content

Commit

Permalink
Fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
jhenin committed Oct 16, 2024
1 parent 30bc3d0 commit 352d7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/colvarbias_opes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ int colvarbias_opes::init(const std::string& conf) {
get_keyval(conf, "replicaID", replica_id, replica_id);
get_keyval(conf, "sharedFreq", shared_freq, output_freq);
if (!replica_id.size()) {
if (proxy->replica_enabled() == COLVARS_OK) {
if (proxy->check_replicas_enabled() == COLVARS_OK) {
// Obtain replicaID from the communicator
replica_id = cvm::to_str(proxy->replica_index());
cvm::log("Setting replicaID from communication layer: replicaID = "+
Expand Down

0 comments on commit 352d7ca

Please sign in to comment.