File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed
module_hamilt_pw/hamilt_pwdft Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -666,7 +666,7 @@ OBJS_SRCPW=H_Ewald_pw.o\
666666 symmetry_rhog.o\
667667 wavefunc.o\
668668 wf_atomic.o\
669- wfinit .o\
669+ psiinit .o\
670670 elecond.o\
671671 sto_tool.o\
672672 sto_elecond.o\
Original file line number Diff line number Diff line change 22#define ESOLVER_KS_PW_H
33#include " ./esolver_ks.h"
44#include " module_hamilt_pw/hamilt_pwdft/operator_pw/velocity_pw.h"
5- #include " module_hamilt_pw/hamilt_pwdft/wfinit .h"
5+ #include " module_hamilt_pw/hamilt_pwdft/psiinit .h"
66
77#include < memory>
88#include < module_base/macros.h>
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ list(APPEND objects
2828 VNL_grad_pw.cpp
2929 wavefunc.cpp
3030 wf_atomic.cpp
31- wfinit .cpp
31+ psiinit .cpp
3232 structure_factor.cpp
3333 structure_factor_k.cpp
3434 soc.cpp
Original file line number Diff line number Diff line change 1- #include " wfinit .h"
1+ #include " psiinit .h"
22
33#include " module_base/macros.h"
44#include " module_base/timer.h"
File renamed without changes.
You can’t perform that action at this time.
0 commit comments