changed sumVolfrac to real
This commit is contained in:
parent
d94f6c80de
commit
56e82e0fe2
|
@ -551,9 +551,10 @@ implicit none
|
||||||
integer(pInt) e,i,j,k,l,m,o,g,s
|
integer(pInt) e,i,j,k,l,m,o,g,s
|
||||||
integer(pInt) matID,texID
|
integer(pInt) matID,texID
|
||||||
integer(pInt), dimension(:,:,:), allocatable :: hybridIA_population
|
integer(pInt), dimension(:,:,:), allocatable :: hybridIA_population
|
||||||
integer(pInt), dimension(texture_maxN) :: Ncomponents,Nsym,multiplicity,sumVolfrac,ODFmap,sampleCount
|
integer(pInt), dimension(texture_maxN) :: Ncomponents,Nsym,multiplicity,ODFmap,sampleCount
|
||||||
real(pReal), dimension(3,4*(1+texture_maxNGauss+texture_maxNfiber)) :: Euler
|
real(pReal), dimension(3,4*(1+texture_maxNGauss+texture_maxNfiber)) :: Euler
|
||||||
real(pReal), dimension(4*(1+texture_maxNGauss+texture_maxNfiber)) :: texVolfrac
|
real(pReal), dimension(4*(1+texture_maxNGauss+texture_maxNfiber)) :: texVolfrac
|
||||||
|
real(pReal), dimension(texture_maxN) :: sumVolfrac
|
||||||
|
|
||||||
! process textures
|
! process textures
|
||||||
o = 0_pInt ! ODF counter
|
o = 0_pInt ! ODF counter
|
||||||
|
|
Loading…
Reference in New Issue