This commit is contained in:
Martin Diehl 2015-03-15 15:30:14 +00:00
parent 12cb5e56fe
commit 4a0c1c1717
2 changed files with 5 additions and 5 deletions

View File

@ -77,9 +77,9 @@ subroutine CPFEM_initAll(temperature,el,ip)
#endif
implicit none
integer(pInt), intent(in) :: el, & ! FE el number
ip ! FE integration point number
real(pReal), intent(in) :: temperature ! temperature
integer(pInt), intent(in) :: el, & !< FE el number
ip !< FE integration point number
real(pReal), intent(in) :: temperature !< temperature
!$OMP CRITICAL (init)
if (.not. CPFEM_init_done) then