From 3329a611e47a049b238838fe1bc286d1b1201caf Mon Sep 17 00:00:00 2001 From: "U-DESKTOP-CPU04V4\\vic" Date: Thu, 25 Jun 2026 16:11:44 +1200 Subject: [PATCH] Changed STR_CID default from -1 to -2 --- Source/Modules/PARAMS.f90 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/Modules/PARAMS.f90 b/Source/Modules/PARAMS.f90 index 7eb1bd6b..884d58b0 100644 --- a/Source/Modules/PARAMS.f90 +++ b/Source/Modules/PARAMS.f90 @@ -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