Commit 1d2c0a03 authored by Peter Eastman's avatar Peter Eastman
Browse files

Merged a change that Mark checked into the pyopenmm repository after the app had already been moved

parent ccc0ba85
...@@ -2733,7 +2733,8 @@ class AmoebaVdwGenerator: ...@@ -2733,7 +2733,8 @@ class AmoebaVdwGenerator:
if( 'vdwCutoff' in args ): if( 'vdwCutoff' in args ):
force.setCutoff( float( args['vdwCutoff'] ) ) force.setCutoff( float( args['vdwCutoff'] ) )
else:
force.setCutoff( nonbondedCutoff )
if( nonbondedMethod == PME ): if( nonbondedMethod == PME ):
force.setPBC( 1 ) force.setPBC( 1 )
force.setUseNeighborList( 1 ) force.setUseNeighborList( 1 )
......
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