consistent indentation
This commit is contained in:
parent
464375a54e
commit
3700bacccc
|
@ -150,9 +150,8 @@ subroutine plastic_isotropic_init
|
||||||
config => config_phase(p))
|
config => config_phase(p))
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
if (p==material_phase(debug_g,debug_i,debug_e)) then
|
if (p==material_phase(debug_g,debug_i,debug_e)) &
|
||||||
prm%of_debug = phasememberAt(debug_g,debug_i,debug_e)
|
prm%of_debug = phasememberAt(debug_g,debug_i,debug_e)
|
||||||
endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
prm%tau0 = config%getFloat('tau0')
|
prm%tau0 = config%getFloat('tau0')
|
||||||
|
|
Loading…
Reference in New Issue