sorry, forgot to declare all variables, promise to be more careful to always commit a running version of the subroutine ;-)

This commit is contained in:
Christoph Kords 2009-06-02 09:55:45 +00:00
parent e5311476c0
commit 7b638d7b94
1 changed files with 16 additions and 8 deletions

View File

@ -501,14 +501,18 @@ endsubroutine
i,& ! integration point number
e & ! element number
)
use prec, only: pReal, &
pInt, &
rTol_crystalliteState
use constitutive, only: constitutive_dotState, &
constitutive_sizeDotState, &
constitutive_subState0, &
constitutive_state
use debug
!*** variables and functions from other modules ***!
use prec, only: pReal, &
pInt, &
pLongInt, &
rTol_crystalliteState
use constitutive, only: constitutive_dotState, &
constitutive_sizeDotState, &
constitutive_subState0, &
constitutive_state
use debug, only: debug_cumDotStateCalls, &
debug_cumDotStateTicks
logical crystallite_updateState
@ -551,6 +555,7 @@ endsubroutine
!*** variables and functions from other modules ***!
use prec, only: pReal, &
pInt, &
pLongInt, &
nStress, &
aTol_crystalliteStress, &
rTol_crystalliteStress, &
@ -567,9 +572,12 @@ endsubroutine
math_mul99x99, &
math_inv3x3, &
math_invert3x3, &
math_invert, &
math_det3x3, &
math_i3, &
math_identity2nd, &
math_Mandel66to3333, &
math_Mandel6to33, &
math_mandel33to6
implicit none