Skip to content

Commit

Permalink
Explicit destruct
Browse files Browse the repository at this point in the history
  • Loading branch information
william-dawson committed Jun 19, 2024
1 parent e76d462 commit d215bee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Fortran/PSMatrixAlgebraModule.F90
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,7 @@ FUNCTION MeasureAsymmetry(this) RESULT(norm_value)
CALL ConjugateMatrix(tmat)
CALL IncrementMatrix(this, tmat, alpha_in=-1.0_NTREAL)
norm_value = MatrixNorm(tmat)
CALL DestructMatrix(tmat)

END FUNCTION MeasureAsymmetry
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Expand Down

0 comments on commit d215bee

Please sign in to comment.