customIntegratorGlobal.cu 202 Bytes
Newer Older
1
extern "C" __global__ void computeGlobal(mixed2* __restrict__ dt, mixed* __restrict__ globals, mixed* __restrict__ params,
Peter Eastman's avatar
Peter Eastman committed
2
        float uniform, float gaussian, const real energy) {
3
4
    COMPUTE_STEP
}