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

Fixed typos

parent 74da6504
No related branches found
No related tags found
No related merge requests found
...@@ -371,7 +371,7 @@ if (icut.eq.0 .or. cloud_for_mat_props) then ...@@ -371,7 +371,7 @@ if (icut.eq.0 .or. cloud_for_mat_props) then
mat(matel)%fvisc_strong_final,u,v,w,temp,pressure,hpressure,& mat(matel)%fvisc_strong_final,u,v,w,temp,pressure,hpressure,&
pore_fluid_pressure, & pore_fluid_pressure, &
strain,e2dp,is_plastic_temp,nnode,r0,s0,t0,rst,ileaves, & strain,e2dp,is_plastic_temp,nnode,r0,s0,t0,rst,ileaves, &
eviscosityp,yield_ratio_temp,frict_angle_temp,,weight) eviscosityp,yield_ratio_temp,frict_angle_temp,weight)
ael=ael+aelp/(8.d0**level) ael=ael+aelp/(8.d0**level)
bel=bel+belp/(8.d0**level) bel=bel+belp/(8.d0**level)
......
...@@ -23,13 +23,10 @@ subroutine make_matrix (params,ndof,ael,bel,icon,xg,yg,zg,kfix,viscosity0, & ...@@ -23,13 +23,10 @@ subroutine make_matrix (params,ndof,ael,bel,icon,xg,yg,zg,kfix,viscosity0, &
plasticity_parameters,fviscosity,fvisc_weak_type, & plasticity_parameters,fviscosity,fvisc_weak_type, &
fvisc_weak_onset,fvisc_weak_end,fvisc_weak_final, & fvisc_weak_onset,fvisc_weak_end,fvisc_weak_final, &
fvisc_strong_onset,fvisc_strong_end,fvisc_strong_final,& fvisc_strong_onset,fvisc_strong_end,fvisc_strong_final,&
unode,vnode,wnode,temp,pressure,strain,e2dp,is_plastic,&
nnode,r0,s0,t0,rst,ileaves,eviscosity, &
yield_ratio,frict_angle,weight)
unode,vnode,wnode,temp,pressure,hpressure, & unode,vnode,wnode,temp,pressure,hpressure, &
pore_fluid_pressure,strain,e2dp, & pore_fluid_pressure,strain,e2dp, &
is_plastic,nnode,r0,s0,t0,rst,ileaves,eviscosity, & is_plastic,nnode,r0,s0,t0,rst,ileaves,eviscosity, &
yield_ratio,frict_angle,threadinfo,weight) yield_ratio,frict_angle,weight)
!------------------------------------------------------------------------------| !------------------------------------------------------------------------------|
!(((((((((((((((( 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