We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c996ce commit 2775feeCopy full SHA for 2775fee
source/src_pw/charge_extra.cpp
@@ -459,9 +459,6 @@ void Charge_Extra::find_alpha_and_beta(void)
459
c += (pos_now[i] - pos_next[i]).norm2();
460
}
461
462
- std::cout << "a : " << a11 << " " << a12 << " " << a22 << std::endl;
463
- std::cout << "bc : " << b1 << " " << b2 << " " << c <<std::endl;
464
-
465
a21 = a12;
466
det = a11 * a22 - a12 * a21;
467
0 commit comments