Skip to content

Commit 2775fee

Browse files
author
wenfei-li
committed
remove printing of debugging information
1 parent 9c996ce commit 2775fee

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

source/src_pw/charge_extra.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -459,9 +459,6 @@ void Charge_Extra::find_alpha_and_beta(void)
459459
c += (pos_now[i] - pos_next[i]).norm2();
460460
}
461461

462-
std::cout << "a : " << a11 << " " << a12 << " " << a22 << std::endl;
463-
std::cout << "bc : " << b1 << " " << b2 << " " << c <<std::endl;
464-
465462
a21 = a12;
466463
det = a11 * a22 - a12 * a21;
467464

0 commit comments

Comments
 (0)