File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ list(APPEND cell_simple_srcs
3333 ../../module_elecstate/cal_wfc.cpp
3434 ../../module_elecstate/cal_nelec_nband.cpp
3535 ../../module_elecstate/read_orb.cpp
36- ../k_vector_utils.cpp
3736)
3837
3938add_library (cell_info OBJECT ${cell_simple_srcs} )
@@ -69,13 +68,13 @@ AddTest(
6968AddTest(
7069 TARGET MODULE_CELL_klist_test
7170 LIBS parameter ${math_libs} base device symmetry
72- SOURCES klist_test.cpp ../klist.cpp ../parallel_kpoints.cpp ../../module_io/output .cpp
71+ SOURCES klist_test.cpp ../klist.cpp ../parallel_kpoints.cpp ../../module_io/output .cpp ../k_vector_utils.cpp
7372)
7473
7574AddTest(
7675 TARGET MODULE_CELL_klist_test_para1
7776 LIBS parameter ${math_libs} base device symmetry
78- SOURCES klist_test_para.cpp ../klist.cpp ../parallel_kpoints.cpp ../../module_io/output .cpp
77+ SOURCES klist_test_para.cpp ../klist.cpp ../parallel_kpoints.cpp ../../module_io/output .cpp ../k_vector_utils.cpp
7978)
8079
8180add_test (NAME MODULE_CELL_klist_test_para4
You can’t perform that action at this time.
0 commit comments