Commit 82d01134 authored by peastman's avatar peastman
Browse files

ƒixed typo

parent de42858f
......@@ -444,7 +444,7 @@ __kernel void computeGBSAForce1(
localData[localAtomIndex].x = tempPosq.x;
localData[localAtomIndex].y = tempPosq.y;
localData[localAtomIndex].z = tempPosq.z;
localData[localAtomIndex].q = charge[j]
localData[localAtomIndex].q = charge[j];
localData[localAtomIndex].bornRadius = global_bornRadii[j];
}
if (x == y) {
......
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