Skip to content

Commit 46f6c19

Browse files
remove timer in find_orbital_index
1 parent f7ce24a commit 46f6c19

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/hubbard/hubbard_matrix.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ class Hubbard_matrix
240240
auto
241241
find_orbital_index(const int ia__, const int n__, const int l__) const
242242
{
243-
PROFILE("Hubbard_matrix::find_orbital_index");
244243
for (int at_lvl = 0; at_lvl < static_cast<int>(atomic_orbitals_.size()); at_lvl++) {
245244
int lo_ind = atomic_orbitals_[at_lvl].second;
246245

0 commit comments

Comments
 (0)