Skip to content

Commit fb48a6f

Browse files
authored
debug
1 parent add6011 commit fb48a6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/source_hamilt/module_surchem/cal_vel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ ModuleBase::matrix surchem::cal_vel(const UnitCell& cell,
292292
// 调整大小以备后用
293293
this->phi_history.resize(rho_basis->npw, std::complex<double>(0,0));
294294
}
295-
ModuleBase::GlobalFunc::ZEROS(Sol_phi, rho_basis->npw);
295+
296296

297297
double* rho_ion_R = new double[rho_basis->nrxx];
298298
double* kappa2_R = new double[rho_basis->nrxx];

0 commit comments

Comments
 (0)