Skip to content

Commit

Permalink
Merge pull request #1127 from dyzheng/develop
Browse files Browse the repository at this point in the history
Fix: Makefile error for new Operator
  • Loading branch information
ouqi0711 authored Jul 29, 2022
2 parents 3558a33 + 3c5e85b commit b0281c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions source/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ VPATH=./src_global\
:./module_elecstate\
:./module_psi\
:./module_hamilt\
:./module_hamilt/ks_pw\
:./module_gint\
:./src_pw\
:./src_lcao\
Expand Down
4 changes: 2 additions & 2 deletions source/Makefile.Objects
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ elecstate_pw_sdft.o

OBJ_PSI=psi.o

OBJ_HAMILT=hamilt_lcao.o\
OBJ_OPERATOR=hamilt_lcao.o\
hamilt_pw.o\
ekinetic_pw.o\
meta_pw.o\
Expand All @@ -300,7 +300,7 @@ $(OBJ_PLANEWAVE)\
$(OBJ_HSOLVER)\
$(OBJ_ELECSTATES)\
$(OBJ_PSI)\
${OBJ_HAMILT}\
${OBJ_OPERATOR}\
charge.o \
charge_mixing.o \
charge_pulay.o \
Expand Down

0 comments on commit b0281c6

Please sign in to comment.