Skip to content

Commit a599421

Browse files
committed
fix compile bug
1 parent d8e518a commit a599421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/module_hamilt_lcao/module_deepks/test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ add_executable(
2222
../../../module_hamilt_pw/hamilt_pwdft/soc.cpp
2323
../../../module_io/output.cpp
2424
../../../module_elecstate/read_pseudo.cpp
25-
../../module_elecstate/cal_wfc.cpp
25+
../../../module_elecstate/cal_wfc.cpp
2626
../../../module_elecstate/read_orb.cpp
2727
../../../module_elecstate/cal_nelec_nband.cpp
2828
../../../module_elecstate/module_dm/density_matrix.cpp

0 commit comments

Comments
 (0)