remove commented out code

This commit is contained in:
Axel Kohlmeyer
2024-08-01 21:48:16 -04:00
parent 742bb3aae2
commit 6b9e9ae5d8

View File

@ -1492,8 +1492,6 @@ void FitPOD::environment_cluster_calculation(const datastruct &data)
&beta, A, &Mdesc); &beta, A, &Mdesc);
MPI_Allreduce(MPI_IN_PLACE, A, Mdesc * Mdesc, MPI_DOUBLE, MPI_SUM, world); MPI_Allreduce(MPI_IN_PLACE, A, Mdesc * Mdesc, MPI_DOUBLE, MPI_SUM, world);
//if (comm->me == 0) print_matrix("A", Mdesc, Mdesc, A, Mdesc);
if ((comm->me == 0) && (save == 1)) if ((comm->me == 0) && (save == 1))
savematrix2binfile(data.filenametag + "_covariance_matrix_elem" + std::to_string(elem + 1) + savematrix2binfile(data.filenametag + "_covariance_matrix_elem" + std::to_string(elem + 1) +
".bin", ".bin",