We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0fb5dc commit 6a01ca3Copy full SHA for 6a01ca3
src/colvar.cpp
@@ -725,7 +725,7 @@ int colvar::init_extended_Lagrangian(std::string const &conf)
725
enable(f_cv_total_force_calc);
726
} else {
727
// Standard case of coupling to a geometric colvar
728
- if (temp <= 0.0) { // Then a finite temperature is required
+ if (temp <= 0.0 && proxy->simulation_running()) { // Then a finite temperature is required
729
if (temp_provided)
730
cvm::error("Error: \"extendedTemp\" must be positive.\n", COLVARS_INPUT_ERROR);
731
else
0 commit comments