Skip to content

Commit

Permalink
Fix chunk saving crashing
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuMoalic committed Dec 11, 2024
1 parent 306fd9c commit ea007cf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/engine_old/mesh_old/mesh.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ func (m Mesh) prettyPrint() {
}

func (m *Mesh) Size() [3]int {
if !m.created {
panic("Mesh not created yet")
}
return [3]int{m.Nx, m.Ny, m.Nz}
}
func (m *Mesh) GetNi() (int, int, int) {
Expand Down

0 comments on commit ea007cf

Please sign in to comment.