/beegfs/hackathon/users/eoseret/qaas_runs_test/178-663-0009/intel/TeaLeaf/build/TeaLeaf/src/omp/cg.cpp: 47 - 50
--------------------------------------------------------------------------------

47:     for (int kk = halo_depth; kk < x - 1; ++kk) {
48:       const int index = kk + jj * x;
49:       kx[index] = rx * (w[index - 1] + w[index]) / (2.0 * w[index - 1] * w[index]);
50:       ky[index] = ry * (w[index - x] + w[index]) / (2.0 * w[index - x] * w[index]);
