# | Line 185 | Line 185 | namespace OpenMD { | |
---|---|---|
185 | RealType y = r.y(); | |
186 | RealType z = r.z(); | |
187 | RealType x2 = x * x; | |
188 | – | RealType y2 = y * y; |
188 | RealType z2 = z * z; | |
189 | ||
190 | RealType r3 = *(idat.r2) * *(idat.rij) ; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |