missing initializers (Intel compiler does not initialize to 0)
This commit is contained in:
parent
466178cfc7
commit
d1dc976eda
|
@ -50,10 +50,10 @@ module plastic_isotropic
|
|||
a, &
|
||||
aTolFlowstress, &
|
||||
aTolShear , &
|
||||
tausat_SinhFitA, &
|
||||
tausat_SinhFitB, &
|
||||
tausat_SinhFitC, &
|
||||
tausat_SinhFitD
|
||||
tausat_SinhFitA=0.0_pReal, &
|
||||
tausat_SinhFitB=0.0_pReal, &
|
||||
tausat_SinhFitC=0.0_pReal, &
|
||||
tausat_SinhFitD=0.0_pReal
|
||||
logical :: &
|
||||
dilatation = .false.
|
||||
end type
|
||||
|
|
Loading…
Reference in New Issue