Skip to content

Commit d81b399

Browse files
committed
Test: Update Makefile
1 parent 9c7cff8 commit d81b399

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

source/Makefile.Objects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ OBJS_CELL=atom_pseudo.o\
182182
read_pp_vwr.o\
183183
unitcell.o\
184184
read_atoms.o\
185-
read_cell_pseudopots.o\
186185
setup_nonlocal.o\
187186
klist.o\
188187
cell_index.o\
@@ -229,6 +228,7 @@ OBJS_ELECSTAT=elecstate.o\
229228
H_TDDFT_pw.o\
230229
pot_xc.o\
231230
cal_ux.o\
231+
read_pseudo.o\
232232

233233
OBJS_ELECSTAT_LCAO=elecstate_lcao.o\
234234
elecstate_lcao_cal_tau.o\

source/module_hamilt_lcao/module_deepks/test/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ VPATH=../../module_base\
5151
:../../module_basis/module_ao\
5252
:../../module_neighbor\
5353
:../../module_cell\
54+
:../../module_elecstate\
5455
:../../\
5556
:../\
5657
:./\
@@ -70,6 +71,7 @@ $(OBJS_CELL)\
7071
$(OBJS_ORB)\
7172
$(OBJS_NEIGHBOR)\
7273
$(OBJS_PW)\
74+
$(OBJS_ELECSTATE)\
7375

7476
FP_OBJS=$(patsubst %.o, ${OBJ_DIR}/%.o, ${FP_OBJS_0})
7577

source/module_hamilt_lcao/module_deepks/test/Makefile.Objects

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,5 @@ sltk_atom.o\
7373
sltk_atom_input.o\
7474
sltk_grid.o\
7575
sltk_grid_driver.o
76+
77+
OBJS_ELECSTATE=read_pseudo.o\

0 commit comments

Comments
 (0)