comments
This commit is contained in:
parent
12cb5e56fe
commit
4a0c1c1717
|
@ -77,9 +77,9 @@ subroutine CPFEM_initAll(temperature,el,ip)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
implicit none
|
implicit none
|
||||||
integer(pInt), intent(in) :: el, & ! FE el number
|
integer(pInt), intent(in) :: el, & !< FE el number
|
||||||
ip ! FE integration point number
|
ip !< FE integration point number
|
||||||
real(pReal), intent(in) :: temperature ! temperature
|
real(pReal), intent(in) :: temperature !< temperature
|
||||||
|
|
||||||
!$OMP CRITICAL (init)
|
!$OMP CRITICAL (init)
|
||||||
if (.not. CPFEM_init_done) then
|
if (.not. CPFEM_init_done) then
|
||||||
|
|
Loading…
Reference in New Issue