Commit ce6b8a3
abacus_fixer
refactor(dftu): phase 6 - remove redundant dftu_io.cpp
dftu_io.cpp only contained inline JacobiRotate/CalculateEigenvalues
helpers, which are already duplicated as inline functions in
dftu_base.cpp (where write_occup_m uses them). The file had no
non-inline symbols, so deleting it is safe.
- git rm source_lcao/module_dftu/dftu_io.cpp
- source_lcao/module_dftu/CMakeLists.txt: remove dftu_io.cpp from dftu
OBJECT library
- Makefile.Objects: remove dftu_io.o from OBJS_DFTU
Verified: make -j 30 in build_max_para_test succeeds; all dftu unit
tests pass (dftu_core_test: 10, dftu_pw_test: 11, dftu_operator_test:
15, MODULE_LCAO_operator_dftu_test: 2).1 parent 3f16667 commit ce6b8a3
3 files changed
Lines changed: 0 additions & 79 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
811 | 811 | | |
812 | 812 | | |
813 | 813 | | |
814 | | - | |
815 | 814 | | |
816 | 815 | | |
817 | 816 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
This file was deleted.
0 commit comments