caused segmentation fault in doxygen
seems like enum has a special meaning will be used soon with new thermal
This commit is contained in:
parent
27ebe1f665
commit
40b0386b5f
|
@ -24,10 +24,10 @@ module kinematics_thermal_expansion
|
||||||
integer(pInt), dimension(:), allocatable, target, public :: &
|
integer(pInt), dimension(:), allocatable, target, public :: &
|
||||||
kinematics_thermal_expansion_Noutput !< number of outputs per instance of this damage
|
kinematics_thermal_expansion_Noutput !< number of outputs per instance of this damage
|
||||||
|
|
||||||
! enum, bind(c) ! ToDo kinematics need state machinery to deal with sizePostResult
|
enum, bind(c) ! ToDo kinematics need state machinery to deal with sizePostResult
|
||||||
! enumerator :: undefined_ID, & ! possible remedy is to decouple having state vars from having output
|
enumerator :: undefined_ID, & ! possible remedy is to decouple having state vars from having output
|
||||||
! thermalexpansionrate_ID ! which means to separate user-defined types tState + tOutput...
|
thermalexpansionrate_ID ! which means to separate user-defined types tState + tOutput...
|
||||||
! end enum
|
end enum
|
||||||
public :: &
|
public :: &
|
||||||
kinematics_thermal_expansion_init, &
|
kinematics_thermal_expansion_init, &
|
||||||
kinematics_thermal_expansion_initialStrain, &
|
kinematics_thermal_expansion_initialStrain, &
|
||||||
|
|
Loading…
Reference in New Issue