unused variables
This commit is contained in:
parent
977cb83ef6
commit
ce7182dd6d
|
@ -45,13 +45,10 @@ program DAMASK_mesh
|
||||||
stagIterate
|
stagIterate
|
||||||
integer :: &
|
integer :: &
|
||||||
l, &
|
l, &
|
||||||
i, &
|
|
||||||
m, &
|
m, &
|
||||||
errorID, &
|
errorID, &
|
||||||
cutBackLevel = 0, & !< cut back level \f$ t = \frac{t_{inc}}{2^l} \f$
|
cutBackLevel = 0, & !< cut back level \f$ t = \frac{t_{inc}}{2^l} \f$
|
||||||
stepFraction = 0, & !< fraction of current time interval
|
stepFraction = 0, & !< fraction of current time interval
|
||||||
currentLoadcase = 0, & !< current load case
|
|
||||||
currentFace = 0, &
|
|
||||||
inc, & !< current increment in current load case
|
inc, & !< current increment in current load case
|
||||||
totalIncsCounter = 0, & !< total # of increments
|
totalIncsCounter = 0, & !< total # of increments
|
||||||
statUnit = 0, & !< file unit for statistics output
|
statUnit = 0, & !< file unit for statistics output
|
||||||
|
|
Loading…
Reference in New Issue