corrected messed up output of grain orientation in t16-file.
this bug affected at least all calculations done after revision 480 (Dec 18, 2009)
This commit is contained in:
parent
e9aac0c4af
commit
8c5852dedf
|
@ -1546,10 +1546,10 @@ function crystallite_postResults(&
|
||||||
c = c+2_pInt
|
c = c+2_pInt
|
||||||
endif
|
endif
|
||||||
if (crystallite_Nresults >= 5) then
|
if (crystallite_Nresults >= 5) then
|
||||||
crystallite_postResults(c+1:c+3) = crystallite_eulerangles(:,i,e,g) ! fake orientation
|
crystallite_postResults(c+1:c+3) = crystallite_eulerangles(:,g,i,e) ! grain orientation
|
||||||
c = c+3_pInt
|
c = c+3_pInt
|
||||||
endif
|
endif
|
||||||
if (crystallite_Nresults >= 14) then ! deformation gradient
|
if (crystallite_Nresults >= 14) then ! deformation gradient 11,12,13,21,...
|
||||||
forall (k=0:2,l=0:2) crystallite_postResults(c+1+k*3+l) = crystallite_partionedF(k+1,l+1,g,i,e)
|
forall (k=0:2,l=0:2) crystallite_postResults(c+1+k*3+l) = crystallite_partionedF(k+1,l+1,g,i,e)
|
||||||
c = c+9_pInt
|
c = c+9_pInt
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue