NU2IQRZ35URLJX3LHQNYCRYQAKYFT4MUARSYKEWHS2NWGQ525W6AC CCTK_VINFO("Initializing data of size %d %d %d", cctk_lsh[0], cctk_lsh[1], cctk_lsh[2]);#pragma omp parallelLoop::loop_int<1, 1, 1>(cctkGH, [&](const Loop::PointDesc &p){
CCTK_VINFO("Initializing data of size %d %d %d", cctk_lsh[0], cctk_lsh[1],cctk_lsh[2]);Loop::loop_int<1, 1, 1>(cctkGH, [&](const Loop::PointDesc &p) {
if(p.x > -0.5 && p.x < 0.5 &&p.y > -0.5 && p.y < 0.5 &&p.z > -0.5 && p.z < 0.5) {fprintf(stderr,"Setting error %g %g %g\n", p.x, p.y, p.z);
if (p.x > -0.5 && p.x < 0.5 && p.y > -0.5 && p.y < 0.5 && p.z > -0.5 &&p.z < 0.5) {fprintf(stderr, "Setting error %g %g %g\n", p.x, p.y, p.z);
} // namespace TestProlongate