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