avoid public variables
This commit is contained in:
parent
378729f5c4
commit
eb4cad17b5
|
@ -12,7 +12,6 @@ module FEsolving
|
|||
private
|
||||
|
||||
logical, public :: &
|
||||
restartWrite = .false., & !< write current state to enable restart
|
||||
terminallyIll = .false. !< at least one material point is terminally ill
|
||||
|
||||
integer, dimension(:,:), allocatable, public :: &
|
||||
|
|
|
@ -476,7 +476,6 @@ program DAMASK_spectral
|
|||
case(FIELD_DAMAGE_ID); call grid_damage_spectral_forward
|
||||
end select
|
||||
enddo
|
||||
if (restartWrite .and. .not. cutBack) restartWrite = .false.
|
||||
|
||||
!--------------------------------------------------------------------------------------------------
|
||||
! solve fields
|
||||
|
|
Loading…
Reference in New Issue