sorry: initialization of periodicBC was erroneous

This commit is contained in:
Christoph Kords 2009-10-20 16:38:05 +00:00
parent e1586d5059
commit 9892fd9a10
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ real(pReal), dimension(:,:,:), allocatable :: constitutive_nonlocal_
constitutive_nonlocal_forestProjectionScrew, & ! matrix of forest projections of screw dislocations for each instance
constitutive_nonlocal_interactionMatrixSlipSlip ! interaction matrix of the different slip systems for each instance
logical periodicBC = .false.
logical :: periodicBC = .false.
CONTAINS