The coordinate transformation you apply. Rotation indices for the given transformation
function rotateScalar() result(rotationIndices)
! ---------------------------------------------------------------------------
!> The coordinate transformation you apply.
! integer, intent(in) :: coordTrans
!> Rotation indices for the given transformation
integer :: rotationIndices(1)
! ---------------------------------------------------------------------------
rotationIndices = [1]
end function rotateScalar