Skip to content

Commit 234c599

Browse files
authored
Bug: fix err in compiling with coverage on (#1836)
1 parent 672301a commit 234c599

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/module_elecstate/test/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ if(ENABLE_LCAO)
1010
LIBS ${math_libs} planewave_serial base_serial psi device
1111
SOURCES updaterhok_pw_test.cpp
1212
../elecstate_pw.cpp ../elecstate.cpp
13-
../../module_elecstate/module_charge/charge.cpp ../../src_parallel/parallel_reduce.cpp
13+
../module_charge/charge.cpp ../../src_parallel/parallel_reduce.cpp
1414
../../module_hamilt_pw/hamilt_pwdft/structure_factor.cpp
15-
../../module_cell/klist.cpp ../../src_parallel/parallel_kpoints.cpp ../../module_elecstate/occupy.cpp
15+
../../module_cell/klist.cpp ../../src_parallel/parallel_kpoints.cpp ../occupy.cpp
1616
../kernels/elecstate_op.cpp ../../module_io/rwstream.cpp ../../module_io/wf_io.cpp
1717
)
1818

0 commit comments

Comments
 (0)