"platforms/common/vscode:/vscode.git/clone" did not exist on "e2453f5ec1fc1fd7916e0b398033c3e9ed341877"
Commit 7b6ca364 authored by Peter Eastman's avatar Peter Eastman
Browse files

Bug fix: an argument was being processed incorrectly

parent 622e066c
......@@ -2794,7 +2794,7 @@ class AmoebaVdwGenerator:
# cutoff
if ('vdwCutoff' in args):
force.setCutoff(float(args['vdwCutoff']))
force.setCutoff(args['vdwCutoff'])
else:
force.setCutoff(nonbondedCutoff)
......
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