Skip to content

Commit

Permalink
Changed gchange calls to be compatible with Python version.
Browse files Browse the repository at this point in the history
  • Loading branch information
llnl-fesp authored and holm10 committed Oct 28, 2023
1 parent 07516df commit be5f967
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 be5f967

Please sign in to comment.