Skip to content

Commit

Permalink
Fix typo in tutorials (#353)
Browse files Browse the repository at this point in the history
Fix typo regarding dimensions of the mesh in tree mesh generation tutorial.
  • Loading branch information
xiaolongw1223 authored Mar 25, 2024
1 parent c4249f4 commit ee53b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/mesh_generation/4_tree_mesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
# The total number of cells
nC = mesh.nC

# An (nC, 2) array containing the cell-center locations
# An (nC, 3) array containing the cell-center locations
cc = mesh.gridCC

# A boolean array specifying which cells lie on the boundary
Expand Down

0 comments on commit ee53b66

Please sign in to comment.