Skip to content

Commit

Permalink
remove unused print
Browse files Browse the repository at this point in the history
  • Loading branch information
brunowu committed Jun 26, 2023
1 parent c2761af commit 58dce4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ChASE-MPI/impl/chase_mpidla.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1335,7 +1335,6 @@ class ChaseMpiDLA : public ChaseMpiDLAInterface<T>
nvtxRangePop();
#endif
*/
std::cout << C[0] << " " << ritzVc[0] << std::endl;
dla_->LanczosDos(idx, m, ritzVc);
}

Expand Down

0 comments on commit 58dce4e

Please sign in to comment.