Skip to content
Snippets Groups Projects
Commit a98b8afb authored by Dave Whipp's avatar Dave Whipp
Browse files

Fixed typo (wrong type for mat%transnum)

parent 7cba29d6
No related branches found
No related tags found
No related merge requests found
...@@ -117,7 +117,8 @@ module definitions ...@@ -117,7 +117,8 @@ module definitions
character(len=8) plasticity_type character(len=8) plasticity_type
double precision :: plasticity_parameters(9) double precision :: plasticity_parameters(9)
double precision :: density,viscosity,penalty,expon,activationenergy double precision :: density,viscosity,penalty,expon,activationenergy
double precision :: diffusivity,heat,expansion,ztrans,transnum double precision :: diffusivity,heat,expansion,ztrans
integer :: transnum
end type material end type material
!=====[VOID]==================================================================== !=====[VOID]====================================================================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment