Skip to content

Commit

Permalink
remove a redundant assignment in DensityMatrix::DensityMatrix
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamer2368 committed Dec 21, 2024
1 parent ca98f42 commit 9c11c3e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/DensityMatrix.cc
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ DensityMatrix<MatrixType>::DensityMatrix(const int ndim)
{
assert(ndim > 0);

dim_ = ndim;

occ_uptodate_ = false;
stripped_ = false;
uniform_occ_ = false;
Expand Down

0 comments on commit 9c11c3e

Please sign in to comment.