Skip to content

Commit

Permalink
Python: nGrowVect -> n_grow_vect
Browse files Browse the repository at this point in the history
Recently introduced breaking change.
  • Loading branch information
ax3l committed Dec 14, 2023
1 parent 7716f3a commit b69117e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GuidedTutorials/HeatEquation/Source/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def main(n_cell, max_grid_size, nsteps, plot_int, dt):
time = 0.

# Ghost cells
ng = phi_old.nGrowVect
ng = phi_old.n_grow_vect
ngx = ng[0]
ngy = ng[1]
ngz = ng[2]
Expand Down

0 comments on commit b69117e

Please sign in to comment.