lastIncConverged, outdatedByNewInc, and cutBack need to be public as well!
please keep in mind the FEM interfaces which also need to work!!!
This commit is contained in:
parent
dbdc7ddfa2
commit
8d8a8103eb
|
@ -57,7 +57,7 @@ module FEsolving
|
||||||
logical, dimension(:,:), allocatable, public :: &
|
logical, dimension(:,:), allocatable, public :: &
|
||||||
calcMode
|
calcMode
|
||||||
|
|
||||||
logical, private :: &
|
logical, public :: &
|
||||||
lastIncConverged = .false., &
|
lastIncConverged = .false., &
|
||||||
outdatedByNewInc = .false., &
|
outdatedByNewInc = .false., &
|
||||||
cutBack = .false.
|
cutBack = .false.
|
||||||
|
|
Loading…
Reference in New Issue