Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
maki49 committed Jul 8, 2024
1 parent 927e552 commit 690bc80
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion source/Makefile.Objects
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ OBJS_ESOLVER=esolver.o\
esolver_ks.o\
esolver_fp.o\
esolver_ks_pw.o\
esolver_ks_lip.o\
esolver_ks_lcaopw.o\
esolver_sdft_pw.o\
esolver_lj.o\
esolver_dp.o\
Expand Down
2 changes: 1 addition & 1 deletion source/module_esolver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ list(APPEND objects
esolver_ks.cpp
esolver_fp.cpp
esolver_ks_pw.cpp
esolver_ks_lip.cpp
esolver_ks_lcaopw.cpp
esolver_sdft_pw.cpp
esolver_lj.cpp
esolver_dp.cpp
Expand Down
2 changes: 1 addition & 1 deletion source/module_esolver/esolver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include "esolver_ks_pw.h"
#include "esolver_sdft_pw.h"
#ifdef __LCAO
#include "esolver_ks_lip.h"
#include "esolver_ks_lcaopw.h"
#include "esolver_ks_lcao.h"
#include "esolver_ks_lcao_tddft.h"
#endif
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "esolver_ks_lip.h"
#include "esolver_ks_lcaopw.h"

#include "module_hamilt_pw/hamilt_pwdft/elecond.h"
#include "module_io/input_conv.h"
Expand Down
File renamed without changes.

0 comments on commit 690bc80

Please sign in to comment.