Loading src/sphere/sphere.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -225,7 +225,7 @@ void sphere(string config_file, string data_file, string output_path) { c1->rc[i116][j115] = sconf->get_rcf(i116, j115) * c1->ros[i116]; } } gcs += c1->gcsv[iogi]; gcs += c1->gcsv[iogi - 1]; } double ****zpv = new double***[l_max]; //[l_max][3][2][2]; // Matrix: dim[LM x 3 x 2 x 2] for (int zi = 0; zi < l_max; zi++) { Loading Loading
src/sphere/sphere.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -225,7 +225,7 @@ void sphere(string config_file, string data_file, string output_path) { c1->rc[i116][j115] = sconf->get_rcf(i116, j115) * c1->ros[i116]; } } gcs += c1->gcsv[iogi]; gcs += c1->gcsv[iogi - 1]; } double ****zpv = new double***[l_max]; //[l_max][3][2][2]; // Matrix: dim[LM x 3 x 2 x 2] for (int zi = 0; zi < l_max; zi++) { Loading