comments
This commit is contained in:
parent
12cb5e56fe
commit
4a0c1c1717
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue