rearranged output statements in crystallite init for better readability in output file
This commit is contained in:
parent
ec4269bdd8
commit
197d7ea8d9
|
@ -129,6 +129,12 @@ subroutine crystallite_init(Temperature)
|
||||||
integer(pInt) myStructure, & ! lattice structure
|
integer(pInt) myStructure, & ! lattice structure
|
||||||
myPhase
|
myPhase
|
||||||
|
|
||||||
|
write(6,*)
|
||||||
|
write(6,*) '<<<+- crystallite init -+>>>'
|
||||||
|
write(6,*) '$Id$'
|
||||||
|
write(6,*)
|
||||||
|
|
||||||
|
|
||||||
gMax = homogenization_maxNgrains
|
gMax = homogenization_maxNgrains
|
||||||
iMax = mesh_maxNips
|
iMax = mesh_maxNips
|
||||||
eMax = mesh_NcpElems
|
eMax = mesh_NcpElems
|
||||||
|
@ -307,10 +313,6 @@ subroutine crystallite_init(Temperature)
|
||||||
|
|
||||||
! *** Output to MARC output file ***
|
! *** Output to MARC output file ***
|
||||||
!$OMP CRITICAL (write2out)
|
!$OMP CRITICAL (write2out)
|
||||||
write(6,*)
|
|
||||||
write(6,*) '<<<+- crystallite init -+>>>'
|
|
||||||
write(6,*) '$Id$'
|
|
||||||
write(6,*)
|
|
||||||
write(6,'(a35,x,7(i5,x))') 'crystallite_Temperature: ', shape(crystallite_Temperature)
|
write(6,'(a35,x,7(i5,x))') 'crystallite_Temperature: ', shape(crystallite_Temperature)
|
||||||
write(6,'(a35,x,7(i5,x))') 'crystallite_Fe: ', shape(crystallite_Fe)
|
write(6,'(a35,x,7(i5,x))') 'crystallite_Fe: ', shape(crystallite_Fe)
|
||||||
write(6,'(a35,x,7(i5,x))') 'crystallite_Fp: ', shape(crystallite_Fp)
|
write(6,'(a35,x,7(i5,x))') 'crystallite_Fp: ', shape(crystallite_Fp)
|
||||||
|
|
Loading…
Reference in New Issue