Skip to content

Commit 037c2d9

Browse files
committed
typo
1 parent b5ffdfc commit 037c2d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaMEM_io.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ struct LaMEM_grid <: AbstractGeneralGrid
5555
Yn
5656
Zn
5757
end
58-
size(d::LaMEM_grid) = (d.nmark_x,d.nmark_y,d.nmark_z)
58+
size(d::LaMEM_grid) = (d.nump_x,d.nump_y,d.nump_z)
5959

6060
"""
6161
ParaviewData(Grid::LaMEM_grid, fields::NamedTuple)

0 commit comments

Comments
 (0)