Commit 0df95c59 authored by Peter Eastman's avatar Peter Eastman
Browse files

Removed some accidentally included debugging code

parent e4be7792
...@@ -2192,7 +2192,6 @@ static int readAmoebaMultipoleParameters( FILE* filePtr, MapStringInt& forceMap, ...@@ -2192,7 +2192,6 @@ static int readAmoebaMultipoleParameters( FILE* filePtr, MapStringInt& forceMap,
} }
} else if( field.compare( "AmoebaMultipoleEnd" ) == 0 ){ } else if( field.compare( "AmoebaMultipoleEnd" ) == 0 ){
printf("here\n");
done++; done++;
} else if( field.compare( AMOEBA_MULTIPOLE_ROTATION_MATRICES ) == 0 || } else if( field.compare( AMOEBA_MULTIPOLE_ROTATION_MATRICES ) == 0 ||
field.compare( AMOEBA_MULTIPOLE_ROTATED ) == 0 || field.compare( AMOEBA_MULTIPOLE_ROTATED ) == 0 ||
......
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