From 352d7ca5bbc6b53829fda3fc26787494feb2112b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20H=C3=A9nin?= Date: Wed, 16 Oct 2024 10:23:29 +0200 Subject: [PATCH] Fix merge error --- src/colvarbias_opes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/colvarbias_opes.cpp b/src/colvarbias_opes.cpp index 08a891555..d8306ae9d 100644 --- a/src/colvarbias_opes.cpp +++ b/src/colvarbias_opes.cpp @@ -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 = "+