Commit 0accdd2c authored by Michael Sherman's avatar Michael Sherman
Browse files

Minor comment change.

parent 35f0c21c
...@@ -148,10 +148,9 @@ static void myTerminateOpenMM(MyOpenMMData*); ...@@ -148,10 +148,9 @@ static void myTerminateOpenMM(MyOpenMMData*);
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// MAIN PROGRAM // ETHANE MAIN PROGRAM
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
int main() { int main() {
// ALWAYS enclose all OpenMM calls with a try/catch block to make sure that // ALWAYS enclose all OpenMM calls with a try/catch block to make sure that
// usage and runtime errors are caught and reported. // usage and runtime errors are caught and reported.
try { try {
......
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