removed debug statement
This commit is contained in:
parent
04bfeeda45
commit
6327a0c471
|
@ -489,7 +489,6 @@ allocate(constitutive_phenopowerlaw_sizePostResults(maxNinstance),
|
||||||
outputFound: if (mySize > 0_pInt) then
|
outputFound: if (mySize > 0_pInt) then
|
||||||
constitutive_phenopowerlaw_sizePostResult(o,instance) = mySize
|
constitutive_phenopowerlaw_sizePostResult(o,instance) = mySize
|
||||||
constitutive_phenopowerlaw_sizePostResults(instance) = constitutive_phenopowerlaw_sizePostResults(instance) + mySize
|
constitutive_phenopowerlaw_sizePostResults(instance) = constitutive_phenopowerlaw_sizePostResults(instance) + mySize
|
||||||
write(6,*) constitutive_phenopowerlaw_sizePostResults(instance); flush(6)
|
|
||||||
endif outputFound
|
endif outputFound
|
||||||
enddo outputsLoop
|
enddo outputsLoop
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue