We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 647fbaf + bcfe5c5 commit 24d826aCopy full SHA for 24d826a
src/phonon/hessian.cu
@@ -285,7 +285,6 @@ void Hessian::initialize(
285
for (int i= 0; i < 3; ++i){
286
double thickness = volume / box.get_area(i);
287
double ori_thick = thickness / cxyz[i];
288
- printf("thickness in %d direction: %f\n", i, ori_thick);
289
if (stru_pbc[i]) {
290
for (int j= 1;j< 100;++j){
291
if (ori_thick *j>= cutoff *4){
0 commit comments