line too long

This commit is contained in:
Martin Diehl 2019-06-07 07:41:12 +02:00
parent 1e368012b5
commit ab06fac379
1 changed files with 3 additions and 2 deletions

View File

@ -16,6 +16,7 @@ module plastic_nonlocal
use rotations use rotations
use config use config
use lattice use lattice
use discretization
use geometry_plastic_nonlocal, only: & use geometry_plastic_nonlocal, only: &
IPneighborhood => geometry_plastic_nonlocal_IPneighborhood, & IPneighborhood => geometry_plastic_nonlocal_IPneighborhood, &
IPvolume => geometry_plastic_nonlocal_IPvolume0, & IPvolume => geometry_plastic_nonlocal_IPvolume0, &
@ -665,8 +666,8 @@ subroutine plastic_nonlocal_init
enddo enddo
allocate(compatibility(2,maxval(totalNslip),maxval(totalNslip),theMesh%elem%nIPneighbors,discretization_nIP,discretization_nElem), & allocate(compatibility(2,maxval(totalNslip),maxval(totalNslip),theMesh%elem%nIPneighbors,&
source=0.0_pReal) discretization_nIP,discretization_nElem), source=0.0_pReal)
! BEGIN DEPRECATED---------------------------------------------------------------------------------- ! BEGIN DEPRECATED----------------------------------------------------------------------------------
allocate(iRhoU(maxval(totalNslip),4,maxNinstances), source=0) allocate(iRhoU(maxval(totalNslip),4,maxNinstances), source=0)