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

Fixed wrong type for is_plastic

parent 4e7a850c
No related branches found
No related tags found
No related merge requests found
...@@ -43,9 +43,9 @@ double precision zisodisp(2**params%levelmax_oct+1,2**params%levelmax_oct+1) ...@@ -43,9 +43,9 @@ double precision zisodisp(2**params%levelmax_oct+1,2**params%levelmax_oct+1)
!------------------------------------------------------------------------------| !------------------------------------------------------------------------------|
!(((((((((((((((( declaration of the subroutine internal variables ))))))))))))) !(((((((((((((((( declaration of the subroutine internal variables )))))))))))))
!------------------------------------------------------------------------------| !------------------------------------------------------------------------------|
double precision x,y,z,u,v,w,p,r,s,t,e2d,xlsf,xn,yn,zn,don,con,wp,ev,ip,epr,espr double precision x,y,z,u,v,w,p,r,s,t,e2d,xlsf,xn,yn,zn,don,con,wp,ev,epr,espr
double precision current_time,activation_time double precision current_time,activation_time
logical inf,wlif logical inf,wlif,ip
integer err,iproc,nproc,ierr,i,j,k,nl,nf,nn,nr,kx,ky,kz,kt,icon integer err,iproc,nproc,ierr,i,j,k,nl,nf,nn,nr,kx,ky,kz,kt,icon
integer ioc,iface,ilsf,noctree,nnode,nface,nlsf,nleaves,ns,nt integer ioc,iface,ilsf,noctree,nnode,nface,nlsf,nleaves,ns,nt
......
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