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

fixed LGTM warning

cc: @tetsuyamorishita
parent 24ab93b7
No related branches found
No related tags found
No related merge requests found
......@@ -1116,9 +1116,7 @@ double LogMFD::calcFlog() {
const double ekin = calcEkin();
double pot;
if( false ) {
}
else if (thermostat == "NVE") {
if (thermostat == "NVE") {
pot = hlog - ekin;
}
else if (thermostat == "NVT") {
......
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