Skip to content

Commit ee53b66

Browse files
Fix typo in tutorials (#353)
Fix typo regarding dimensions of the mesh in tree mesh generation tutorial.
1 parent c4249f4 commit ee53b66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorials/mesh_generation/4_tree_mesh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
# The total number of cells
227227
nC = mesh.nC
228228

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

232232
# A boolean array specifying which cells lie on the boundary

0 commit comments

Comments
 (0)