Skip to content

Commit b0281c6

Browse files
authored
Merge pull request #1127 from dyzheng/develop
Fix: Makefile error for new Operator
2 parents 3558a33 + 3c5e85b commit b0281c6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

source/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ VPATH=./src_global\
2323
:./module_elecstate\
2424
:./module_psi\
2525
:./module_hamilt\
26+
:./module_hamilt/ks_pw\
2627
:./module_gint\
2728
:./src_pw\
2829
:./src_lcao\

source/Makefile.Objects

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ elecstate_pw_sdft.o
283283

284284
OBJ_PSI=psi.o
285285

286-
OBJ_HAMILT=hamilt_lcao.o\
286+
OBJ_OPERATOR=hamilt_lcao.o\
287287
hamilt_pw.o\
288288
ekinetic_pw.o\
289289
meta_pw.o\
@@ -300,7 +300,7 @@ $(OBJ_PLANEWAVE)\
300300
$(OBJ_HSOLVER)\
301301
$(OBJ_ELECSTATES)\
302302
$(OBJ_PSI)\
303-
${OBJ_HAMILT}\
303+
${OBJ_OPERATOR}\
304304
charge.o \
305305
charge_mixing.o \
306306
charge_pulay.o \

0 commit comments

Comments
 (0)