Skip to content

Commit bcfe5c5

Browse files
authored
Remove thickness debug print statement
Remove debug print statement for thickness in direction.
1 parent 647fbaf commit bcfe5c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/phonon/hessian.cu

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@ void Hessian::initialize(
285285
for (int i= 0; i < 3; ++i){
286286
double thickness = volume / box.get_area(i);
287287
double ori_thick = thickness / cxyz[i];
288-
printf("thickness in %d direction: %f\n", i, ori_thick);
289288
if (stru_pbc[i]) {
290289
for (int j= 1;j< 100;++j){
291290
if (ori_thick *j>= cutoff *4){

0 commit comments

Comments
 (0)