Skip to content

Commit

Permalink
remove output
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreMarchand20 committed Sep 15, 2023
1 parent cc079a0 commit 9a243c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/htool/solvers/ddm.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@ class DDM {
if (rankWorld == 0) {
Matrix<CoefficientPrecision> E_mat(size_E, size_E);
E_mat.assign(size_E, size_E, E.data(), false);
E_mat.print(std::cout, ",");
}

hpddm_op->buildTwo(MPI_COMM_WORLD, E.data());
Expand Down

0 comments on commit 9a243c1

Please sign in to comment.