/home/eoseret/qaas/qaas_runs/178-212-9071/intel/miniqmc/build/miniqmc/src/QMCWaveFunctions/Jastrow/BsplineFunctor.h: 236 - 241
--------------------------------------------------------------------------------

236:   for (int jat = 0; jat < iLimit; jat++)
237:   {
238:     real_type r = distArray[jat];
239:     // pick the distances smaller than the cutoff and avoid the reference atom
240:     if (r < cutoff_radius && iStart + jat != iat)
241:       distArrayCompressed[iCount++] = distArray[jat];
