Skip to content

Commit

Permalink
Comment updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhar-abbas committed Sep 25, 2019
1 parent cb2b93f commit a53f95c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Functions.f90
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ REAL FUNCTION interp1d(xData, yData, xq)
END FUNCTION interp1d
!-------------------------------------------------------------------------------------------------------------------------------
! Performs a direct calculation of the inverse of a 3×3 matrix.
! Source: http://fortranwiki.org/fortran/show/Matrix+inversion
FUNCTION matinv3(A) RESULT(B)
REAL(4), INTENT(IN) :: A(3,3) !! Matrix
REAL(4) :: B(3,3) !! Inverse matrix
Expand Down

0 comments on commit a53f95c

Please sign in to comment.