"platforms/hip/include/HipExpressionUtilities.h" did not exist on "9e4cf5795c555ef570eb1a9d986293861f055fed"
customNonbonded.cl 167 Bytes
Newer Older
1
2
3
4
5
#ifdef USE_CUTOFF
if (!isExcluded && r2 < CUTOFF_SQUARED) {
#else
if (!isExcluded) {
#endif
6
    real tempForce = 0.0f;
7
8
9
    COMPUTE_FORCE
    dEdR += tempForce*invR;
}