missing initializers (Intel compiler does not initialize to 0)

This commit is contained in:
Martin Diehl 2016-03-23 12:15:03 +01:00
parent 466178cfc7
commit d1dc976eda
1 changed files with 4 additions and 4 deletions

View File

@ -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