Skip to content

Commit

Permalink
Fix: add ModuleBase::timer::tick("Symmetry","analy_sys"); (#4221)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeizeLin authored May 24, 2024
1 parent a9427ad commit 3236b05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/module_cell/module_symmetry/symmetry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ void Symmetry::analy_sys(const Lattice& lat, const Statistics& st, Atom* atoms,
delete[] rotpos;
delete[] index;
delete[] istart;
ModuleBase::timer::tick("Symmetry","analy_sys");
return;
}

Expand Down

0 comments on commit 3236b05

Please sign in to comment.