correct line continuation
This commit is contained in:
parent
c2e86a2b2a
commit
01d5458611
|
@ -778,9 +778,9 @@ pure function interfaceNormal(intFace,ho,en) result(n)
|
|||
associate (dst => dependentState(ho))
|
||||
|
||||
n = 0.0_pReal
|
||||
n(abs(intFace(1))) = real(intFace(1)/abs(intFace(1)),pReal) ! get the normal vector w.r.t. cluster axis
|
||||
n(abs(intFace(1))) = real(intFace(1)/abs(intFace(1)),pReal) ! get the normal vector w.r.t. cluster axis
|
||||
|
||||
n = matmul(dst%orientation(1:3,1:3,en),n) ! map the normal vector into sample coordinate system (basis)
|
||||
n = matmul(dst%orientation(1:3,1:3,en),n) ! map the normal vector into sample coordinate system (basis)
|
||||
|
||||
end associate
|
||||
|
||||
|
|
|
@ -386,7 +386,7 @@ module function phase_K_phi(co,ce) result(K)
|
|||
real(pReal), dimension(3,3) :: K
|
||||
real(pReal), parameter :: l = 1.0_pReal
|
||||
|
||||
K = crystallite_push33ToRef(co,ce,param(material_phaseID(co,ce))%D) \
|
||||
K = crystallite_push33ToRef(co,ce,param(material_phaseID(co,ce))%D) &
|
||||
* l**2.0_pReal
|
||||
|
||||
end function phase_K_phi
|
||||
|
|
Loading…
Reference in New Issue