Skip to content

Commit 24d826a

Browse files
authored
Merge pull request brucefan1983#1397 from tang070205/master
Remove thickness debug print statement
2 parents 647fbaf + bcfe5c5 commit 24d826a

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)