"wrappers/python/src/vscode:/vscode.git/clone" did not exist on "b7c9526aa79796e4c3ee9e6be9e38ced047e443f"
Commit e0dbe15b authored by Michael Sherman's avatar Michael Sherman
Browse files

Missed one.

parent 83e5bc34
...@@ -216,7 +216,7 @@ SUBROUTINE myInitializeOpenMM(ommHandle, platformName) ...@@ -216,7 +216,7 @@ SUBROUTINE myInitializeOpenMM(ommHandle, platformName)
! (4) Collect default positions for initializing the simulation later. ! (4) Collect default positions for initializing the simulation later.
call OpenMM_Vec3Array_create(initialPosInNm, NumAtoms) call OpenMM_Vec3Array_create(initialPosInNm, NumAtoms)
do n=1,NumAtoms do n=1,NumAtoms
call OpenMM_System_addParticle(system, atoms(n)%mass) ix = OpenMM_System_addParticle(system, atoms(n)%mass)
ix = OpenMM_NonbondedForce_addParticle(nonbond, & ix = OpenMM_NonbondedForce_addParticle(nonbond, &
atoms(n)%charge, & atoms(n)%charge, &
......
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