avoid public variables

This commit is contained in:
Martin Diehl 2019-10-25 00:53:48 +02:00
parent 378729f5c4
commit eb4cad17b5
2 changed files with 0 additions and 2 deletions

View File

@ -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 :: &

View File

@ -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