extend to multiple homogenization scheme
This commit is contained in:
parent
2bdf0d11cb
commit
c8e70ada62
|
@ -17,8 +17,8 @@ module subroutine pass_init()
|
|||
|
||||
if (.not. damage_active(ho)) cycle
|
||||
|
||||
if (homogenization_Nconstituents(1) /= 1) & !ToDo: needs extension to multiple homogenizations
|
||||
call IO_error(211,ext_msg='(pass) with N_constituents !=1')
|
||||
if (homogenization_Nconstituents(ho) /= 1) &
|
||||
call IO_error(211,ext_msg='(pass) with N_constituents !=1')
|
||||
end do
|
||||
|
||||
end subroutine pass_init
|
||||
|
|
|
@ -17,7 +17,7 @@ module subroutine pass_init()
|
|||
|
||||
if (thermal_type(ho) /= THERMAL_PASS_ID) cycle
|
||||
|
||||
if (homogenization_Nconstituents(1) /= 1) & !ToDo: needs extension to multiple homogenizations
|
||||
if (homogenization_Nconstituents(ho) /= 1) &
|
||||
call IO_error(211,ext_msg='(pass) with N_constituents !=1')
|
||||
|
||||
end do
|
||||
|
|
Loading…
Reference in New Issue