Skip to content

Commit

Permalink
Update cgns_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjit Seth authored Jul 12, 2019
1 parent 120ffca commit 7c28213
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/cgns_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2486,6 +2486,8 @@ def simpleCart(xMin, xMax, dh, hExtra, nExtra, sym, mgcycle, outFile):

if isinstance(mgcycle, int):
mgcycle = [mgcycle]*3
else:
assert(len(mgcycle) == 3)

# Now determine how many nodes we need on the inside
N = numpy.zeros(3, 'intc')
Expand Down

0 comments on commit 7c28213

Please sign in to comment.