Skip to content

Commit 411ecd0

Browse files
authored
Add files via upload
1 parent c4c4be9 commit 411ecd0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/source_lcao/module_rt/boundary_fix.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ void reset_matrix_boundary(const UnitCell& ucell,
1313
psi::Psi<std::complex<double>>* psi_last,
1414
const int len_hs)
1515
{
16+
ModuleBase::TITLE("module_rt", "reset_matrix_boundary");
17+
ModuleBase::timer::tick("module_rt", "reset_matrix_boundary");
1618
const ModuleBase::Vector3<int> zero = {0, 0, 0};
1719
for(int iat = 0; iat < ucell.nat; iat++)
1820
{
@@ -42,6 +44,7 @@ void reset_matrix_boundary(const UnitCell& ucell,
4244
}
4345
}
4446
}
47+
ModuleBase::timer::tick("module_rt", "reset_matrix_boundary");
4548
return;
4649
}
4750

0 commit comments

Comments
 (0)