Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
william-dawson committed Jun 20, 2024
1 parent 2d193fa commit daa77a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Source/CPlusPlus/PSMatrix.cc
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,7 @@ double Matrix_ps::MeasureAsymmetry() const {
}

//////////////////////////////////////////////////////////////////////////////
void Matrix_ps::Symmetrize() {
SymmetrizeMatrix_ps_wrp(ih_this);
}
void Matrix_ps::Symmetrize() { SymmetrizeMatrix_ps_wrp(ih_this); }

//////////////////////////////////////////////////////////////////////////////
Matrix_ps::~Matrix_ps() { DestructMatrix_ps_wrp(ih_this); }
Expand Down
2 changes: 1 addition & 1 deletion Source/Wrapper/PSMatrixAlgebraModule_wrp.F90
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ END FUNCTION MeasureAsymmetry_ps_wrp
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!> Symmetrize a matrix
SUBROUTINE SymmetrizeMatrix_ps_wrp(ih_matA) &
& BIND(c,NAME="SymmetrizeMatrix_ps_wrp")
& BIND(c,NAME="SymmetrizeMatrix_ps_wrp")
INTEGER(KIND=c_int), INTENT(INOUT) :: ih_matA(SIZE_wrp)
TYPE(Matrix_ps_wrp) :: h_matA

Expand Down

0 comments on commit daa77a0

Please sign in to comment.