Commit 77cdc5f1 authored by Peter Eastman's avatar Peter Eastman
Browse files

Removed an obsolete comment

parent 629a9631
...@@ -33,9 +33,6 @@ const bool UseConstraints = false; // Should we constrain C-H bonds? ...@@ -33,9 +33,6 @@ const bool UseConstraints = false; // Should we constrain C-H bonds?
const double StepSizeInFs = 2; // integration step size (fs) const double StepSizeInFs = 2; // integration step size (fs)
const double ReportIntervalInFs = 10; // how often to generate PDB frame (fs) const double ReportIntervalInFs = 10; // how often to generate PDB frame (fs)
const double SimulationTimeInPs = 100; // total simulation time (ps) const double SimulationTimeInPs = 100; // total simulation time (ps)
// Currently energy calculation is not available in the GPU kernels so asking
// for it requires slow Reference Platform computation at reporting intervals.
static const bool WantEnergy = true; static const bool WantEnergy = true;
// FORCE FIELD DATA // FORCE FIELD DATA
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment