Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/LLNL/UEDGE
Browse files Browse the repository at this point in the history
  • Loading branch information
llnl-fesp committed Aug 25, 2023
2 parents 0c6a787 + 853c582 commit cc15c0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grd/grdcomp.m
Original file line number Diff line number Diff line change
Expand Up @@ -5599,12 +5599,12 @@ call xerrab("")

c For inboard region of the mesh:
nsplit1=nptnma+1
call gchange("com.Limiter",0)
call gchange("Limiter",0)
call getlim1

c For outboard region of the mesh:
nsplit2=nlimu-nptnma+2
call gchange("com.Limiter",0)
call gchange("Limiter",0)
call getlim2

return
Expand Down

0 comments on commit cc15c0d

Please sign in to comment.