hickup in documentation

This commit is contained in:
Martin Diehl 2022-05-08 09:30:26 +02:00
parent 2741fbd977
commit 7d18ed307d
1 changed files with 2 additions and 2 deletions

View File

@ -1966,8 +1966,8 @@ end function buildCoordinateSystem
!-------------------------------------------------------------------------------------------------- !--------------------------------------------------------------------------------------------------
!> @brief Helper function to define transformation systems !> @brief Helper function to define transformation systems
! Needed to calculate Schmid matrix and rotated stiffness matrices. ! Needed to calculate Schmid matrix and rotated stiffness matrices.
! @details: use c/a for cF -> cI transformation ! @details: use c/a for cF -> hP transformation
! use a_cX for cF -> hP transformation ! use a_cX for cF -> cI transformation
!-------------------------------------------------------------------------------------------------- !--------------------------------------------------------------------------------------------------
subroutine buildTransformationSystem(Q,S,Ntrans,cOverA,a_cF,a_cI) subroutine buildTransformationSystem(Q,S,Ntrans,cOverA,a_cF,a_cI)