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

Fixed typo

parent ac43d3e3
No related branches found
No related tags found
No related merge requests found
...@@ -193,7 +193,7 @@ do ileaves=1,osolve%nleaves ...@@ -193,7 +193,7 @@ do ileaves=1,osolve%nleaves
enddo enddo
if (kfix(ileaves) < 1) then if (kfix(ileaves) < 1) then
if (idof1 == 3) then if (idof1 == 3) then
iloc=iffind_loc_wsmp(i1loc,i1,ja,ia,n_iproc,nz_loc) iloc=ifind_loc_wsmp(i1loc,i1,ja,ia,n_iproc,nz_loc)
elem_dz=(osolve%icon(5,ileaves)-osolve%icon(1,ileaves))*params%vex elem_dz=(osolve%icon(5,ileaves)-osolve%icon(1,ileaves))*params%vex
if (k1 < 5) then if (k1 < 5) then
avals(iloc)=avals(iloc)+(params%dt*weightel(ileaves))/(2*elem_dz) avals(iloc)=avals(iloc)+(params%dt*weightel(ileaves))/(2*elem_dz)
......
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