corrected description of algorithm to invert matrix

This commit is contained in:
Martin Diehl 2011-08-30 07:29:13 +00:00
parent 4fb1cb8f87
commit 8f90f1f1f9
1 changed files with 1 additions and 1 deletions

View File

@ -843,7 +843,7 @@ pure function math_transpose3x3(A)
!**************************************************************************
! Gauss elimination to invert 6x6 matrix
! Gauss elimination to invert matrix of arbitrary dimension
!**************************************************************************
PURE SUBROUTINE math_invert(dimen,A, InvA, AnzNegEW, error)