Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Source/Modules/PARAMS.f90
Original file line number Diff line number Diff line change
Expand Up @@ -454,11 +454,11 @@ MODULE PARAMS
! If 'NONSYM', all nonzero terms are stored

! ----------------------------------------------------------------------------------------------------------------------------------
INTEGER(LONG) :: STR_CID = -1 ! Indicator for the coordinate system to use ID for elem stress, strain
INTEGER(LONG) :: STR_CID = -2 ! Indicator for the coordinate system to use ID for elem stress, strain
! and emgineering force output:
! -2 is material coordinate system for solids and local element
! coord system for other element types
! -1 is local element coord system (default)
! coord system for other element types (default)
! -1 is local element coord system
! 0 is basic coord system
! j (any other integer) is a defined coord system for output

Expand Down
Loading