default value needed (fcc/bcc)

thanks to Richard (TU Delft) and Vitesh for reporting
This commit is contained in:
Martin Diehl 2020-04-28 19:07:17 +02:00
parent d99c05860e
commit 81b3dc74d5
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ module subroutine plastic_phenopowerlaw_init
config%getFloats('interaction_twintwin'), &
config%getString('lattice_structure'))
prm%gamma_twin_char = lattice_characteristicShear_twin(N_tw,config%getString('lattice_structure'),&
config%getFloat('c/a'))
config%getFloat('c/a',defaultVal=0.0_pReal))
xi_twin_0 = config%getFloats('tau0_twin',requiredSize=size(N_tw))