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

Fixed typo

parent 03f170aa
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ double precision :: eps,xls,yls,zls,s,crit,e2d,evisc,dilatr,xlsf,current_time
eps=1.d-10
ovls%noctree=params%noctreemax
allocate (ov%octree(ov%noctree),stat=err)
allocate (ovls%octree(ovls%noctree),stat=err)
!if (params%debug.gt.1) call heap (threadinfo,'ov%octree','main',size(ov%octree),'int',+1)
! Read in coarse model octree; needs to be stored in params @ end of step
......
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