/beegfs/hackathon/users/eoseret/qaas_runs_test/178-663-0018/intel/TeaLeaf/build/TeaLeaf/src/omp/cg.cpp: 35 - 37
--------------------------------------------------------------------------------

35:     for (int kk = 1; kk < x - 1; ++kk) {
36:       const int index = kk + jj * x;
37:       w[index] = (coefficient == CONDUCTIVITY) ? density[index] : 1.0 / density[index];
