doxygen interprets comment as doc string
This commit is contained in:
parent
afdaac47af
commit
0fd5476883
|
@ -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