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:
Franz Roters 2012-03-21 07:51:07 +00:00
parent dbdc7ddfa2
commit 8d8a8103eb
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ module FEsolving
logical, dimension(:,:), allocatable, public :: &
calcMode
logical, private :: &
logical, public :: &
lastIncConverged = .false., &
outdatedByNewInc = .false., &
cutBack = .false.