Skip to content

Commit 9643594

Browse files
committed
add some comments
1 parent 3aaf22e commit 9643594

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/module_surchem/force.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ void force_cor_one(const UnitCell &cell, ModulePW::PW_Basis* rho_basis , ModuleB
5151
forcesol(iat, 1) *= 2 ;
5252
forcesol(iat, 2) *= 2 ;
5353

54-
cout<<"Force1"<<iat<<":"<<" "<<forcesol(iat, 0)<<" "<<forcesol(iat, 1)<<" "<<forcesol(iat, 2)<<endl;
54+
//cout<<"Force1"<<iat<<":"<<" "<<forcesol(iat, 0)<<" "<<forcesol(iat, 1)<<" "<<forcesol(iat, 2)<<endl;
5555

5656
++iat;
5757
}
@@ -131,7 +131,7 @@ void force_cor_two(const UnitCell &cell, ModulePW::PW_Basis* rho_basis , ModuleB
131131
forcesol(iat, 1) *= 2 ;
132132
forcesol(iat, 2) *= 2 ;
133133

134-
cout<<"Force2"<<iat<<":"<<" "<<forcesol(iat, 0)<<" "<<forcesol(iat, 1)<<" "<<forcesol(iat, 2)<<endl;
134+
//cout<<"Force2"<<iat<<":"<<" "<<forcesol(iat, 0)<<" "<<forcesol(iat, 1)<<" "<<forcesol(iat, 2)<<endl;
135135

136136
++iat;
137137
}

0 commit comments

Comments
 (0)