Skip to content
Snippets Groups Projects
Commit 4f247f39 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Take into account UNITS with cmd("readInputLine")

Fixes #582
parent 2b2e6a2b
No related branches found
No related tags found
No related merge requests found
......@@ -148,6 +148,8 @@ Units::Units(const ActionOptions&ao):
log.printf(" using physical units\n");
}
log.printf(" inside PLUMED, Boltzmann constant is %f\n",plumed.getAtoms().getKBoltzmann());
plumed.getAtoms().updateUnits();
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment