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

Fixed typo

parent d99e30c1
No related branches found
No related tags found
No related merge requests found
...@@ -71,7 +71,7 @@ double precision,dimension(:,:),allocatable::lsf_el ...@@ -71,7 +71,7 @@ double precision,dimension(:,:),allocatable::lsf_el
double precision ael(8*ndof,8*ndof),bel(8*ndof),patch1(5,5),patch2(3,3) double precision ael(8*ndof,8*ndof),bel(8*ndof),patch1(5,5),patch2(3,3)
double precision,dimension(:),allocatable::penalty_loc,penalty_glob,eviscosity,weightel double precision,dimension(:),allocatable::penalty_loc,penalty_glob,eviscosity,weightel
double precision r0,s0,t0,rst,amin double precision r0,s0,t0,rst,amin
integer i,j,itodo,idof,i1,i2,iii,jjj,err,jj,i1loc,k1,k2,ii integer i,j,k,itodo,idof,i1,i2,iii,jjj,err,jj,i1loc,k1,k2,ii
integer ileaves,icut,iloc,idof1,idof2,nelem_iproc,nelem_min,nelem_max integer ileaves,icut,iloc,idof1,idof2,nelem_iproc,nelem_min,nelem_max
integer inode(5) integer inode(5)
integer levelmax,level integer levelmax,level
......
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