rearranged output statements in crystallite init for better readability in output file

This commit is contained in:
Christoph Kords 2010-08-26 09:52:40 +00:00
parent ec4269bdd8
commit 197d7ea8d9
1 changed files with 6 additions and 4 deletions

View File

@ -129,6 +129,12 @@ subroutine crystallite_init(Temperature)
integer(pInt) myStructure, & ! lattice structure
myPhase
write(6,*)
write(6,*) '<<<+- crystallite init -+>>>'
write(6,*) '$Id$'
write(6,*)
gMax = homogenization_maxNgrains
iMax = mesh_maxNips
eMax = mesh_NcpElems
@ -307,10 +313,6 @@ subroutine crystallite_init(Temperature)
! *** Output to MARC output file ***
!$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_Fe: ', shape(crystallite_Fe)
write(6,'(a35,x,7(i5,x))') 'crystallite_Fp: ', shape(crystallite_Fp)