Skip to content

Commit bc0fe93

Browse files
author
Martin D. Weinberg
committed
Remove some debug output
1 parent 011b0bb commit bc0fe93

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

expui/BiorthBasis.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4016,9 +4016,6 @@ namespace BasisClasses
40164016
Eigen::Map<Eigen::Vector3d> pp(p1.data(), 3), vv(v1.data(), 3);
40174017
vv.setZero();
40184018

4019-
if (myid==0) std::cout << "Center: " << coefctr << std::endl
4020-
<< "Orient: " << coefrot << std::endl;
4021-
40224019
if (PosVelRows) {
40234020
if (p.rows()<3) {
40244021
std::ostringstream msg;

0 commit comments

Comments
 (0)