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

Updated strain softening module to avoid name conflict

parent f110e8e0
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ module_definitions.o \ ...@@ -11,7 +11,7 @@ module_definitions.o \
module_random.o \ module_random.o \
module_colormap.o \ module_colormap.o \
module_version.o \ module_version.o \
module_ss.o \ module_strain_soften.o \
DoRuRe.o \ DoRuRe.o \
build_surface_octree.o \ build_surface_octree.o \
build_system_wsmp.o \ build_system_wsmp.o \
......
...@@ -24,6 +24,7 @@ subroutine vrm (params,J2d,J3d,compressibility,viscosity,pressure, & ...@@ -24,6 +24,7 @@ subroutine vrm (params,J2d,J3d,compressibility,viscosity,pressure, &
use constants use constants
use definitions use definitions
use invariants use invariants
use strain_soften
!------------------------------------------------------------------------------| !------------------------------------------------------------------------------|
!(((((((((((((((( Purpose of the routine )))))))))))))))))))))))))))))))))))))) !(((((((((((((((( Purpose of the routine ))))))))))))))))))))))))))))))))))))))
......
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