Skip to content

Commit

Permalink
Remove obsoleted, misleading comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rklancer committed Apr 10, 2012
1 parent 68ea841 commit c55b640
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/md-engine/md2d.js
Expand Up @@ -376,7 +376,6 @@ exports.makeModel = function() {
temperatureChangeInProgress = false;
}

// rescale velocities based on ratio of target temp to measured temp (Berendsen thermostat)
if (temperatureChangeInProgress || useThermostat && T > 0) {
rescalingFactor = Math.sqrt(T_target / T);
for (i = 0; i < N; i++) {
Expand Down

0 comments on commit c55b640

Please sign in to comment.