Skip to content

Commit 6153408

Browse files
authored
Update velocity_op.cpp
1 parent ad6cbf8 commit 6153408

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

source/module_hamilt_lcao/module_tddft/velocity_op.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#include "velocity_op.h"
2-
#ifdef __LCAO
32
#include "source_base/timer.h"
43
#include "source_base/tool_title.h"
54
#include "module_hamilt_lcao/module_tddft/snap_psibeta_half_tddft.h"
@@ -531,4 +530,3 @@ void Velocity_op<TR>::cal_grad_IJR(const int& iat1,
531530
}
532531
template class Velocity_op<double>;
533532
template class Velocity_op<std::complex<double>>;
534-
#endif // __LCAO

0 commit comments

Comments
 (0)