Skip to content

Commit 50721f1

Browse files
committed
update head file
1 parent 55082f5 commit 50721f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/module_elecstate/module_dm/cal_edm_tddft.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef CAL_DM_PSI_H
2-
#define CAL_DM_PSI_H
1+
#ifndef CAL_EDM_TDDFT_H
2+
#define CAL_EDM_TDDFT_H
33

44
#include "module_basis/module_ao/parallel_orbitals.h"
55
#include "module_cell/klist.h"
@@ -13,4 +13,4 @@ void cal_edm_tddft(Parallel_Orbitals& pv,
1313
K_Vectors& kv,
1414
hamilt::Hamilt<std::complex<double>>* p_hamilt);
1515
} // namespace elecstate
16-
#endif
16+
#endif // CAL_EDM_TDDFT_H

0 commit comments

Comments
 (0)