Skip to content

Commit 7cc0cd5

Browse files
committed
flatting the directory
1 parent a3c52cf commit 7cc0cd5

File tree

8 files changed

+3
-4
lines changed

8 files changed

+3
-4
lines changed

source/Makefile.Objects

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ VPATH=./src_global:\
5656
./module_hamilt_lcao/module_dftu:\
5757
./module_hamilt_lcao/module_deltaspin:\
5858
./module_hamilt_lcao/hamilt_lcaodft/operator_lcao:\
59-
./module_hamilt_lcao/hamilt_lcaodft/pulay_force_stress:\
6059
./module_hamilt_lcao/module_gint:\
6160
./module_relax:\
6261
./module_relax/relax_old:\

source/module_hamilt_lcao/hamilt_lcaodft/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if(ENABLE_LCAO)
1515
operator_lcao/td_nonlocal_lcao.cpp
1616
operator_lcao/sc_lambda_lcao.cpp
1717
operator_lcao/dftu_lcao.cpp
18-
pulay_force_stress/pulay_force_stress_center2.cpp
18+
pulay_force_stress_center2.cpp
1919
FORCE_STRESS.cpp
2020
FORCE_gamma.cpp
2121
FORCE_k.cpp

source/module_hamilt_lcao/hamilt_lcaodft/FORCE_gamma.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include "module_elecstate/elecstate_lcao.h"
1414
#include "module_hamilt_lcao/hamilt_lcaodft/LCAO_domain.h"
1515
#include "module_io/write_HS.h"
16-
#include "module_hamilt_lcao/hamilt_lcaodft/pulay_force_stress/pulay_force_stress.h"
16+
#include "module_hamilt_lcao/hamilt_lcaodft/pulay_force_stress.h"
1717

1818
template <>
1919
void Force_LCAO<double>::allocate(const Parallel_Orbitals& pv,

source/module_hamilt_lcao/hamilt_lcaodft/FORCE_k.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#include "module_hamilt_lcao/hamilt_lcaodft/LCAO_domain.h"
1313
#include "module_hamilt_pw/hamilt_pwdft/global.h"
1414
#include "module_io/write_HS.h"
15-
#include "module_hamilt_lcao/hamilt_lcaodft/pulay_force_stress/pulay_force_stress.h"
15+
#include "module_hamilt_lcao/hamilt_lcaodft/pulay_force_stress.h"
1616

1717
#include <map>
1818
#include <unordered_map>

0 commit comments

Comments
 (0)