corrected two OMP CRITICAL terminations

This commit is contained in:
Philip Eisenlohr 2010-04-06 06:47:15 +00:00
parent 1bf740eb9d
commit 9b5047c828
2 changed files with 2 additions and 1 deletions

View File

@ -1155,6 +1155,7 @@ endfunction
endif
write(6,'(a38)') '+------------------------------------+'
call flush(6)
!$OMP END CRITICAL (write2out)
endsubroutine

View File

@ -1480,7 +1480,7 @@ LpLoop: do
write(6,'(a,/,3(3(f12.7,x)/))') 'P / MPa',crystallite_P(:,:,g,i,e)/1e6
write(6,'(a,/,3(3(f12.7,x)/))') 'Lp',crystallite_Lp(:,:,g,i,e)
write(6,'(a,/,3(3(f12.7,x)/))') 'Fp',crystallite_Fp(:,:,g,i,e)
!$OMP CRITICAL (write2out)
!$OMP END CRITICAL (write2out)
endif
!$OMP CRITICAL (distributionStress)