Skip to content

Commit 2e3f205

Browse files
committed
Update imagej-mesh -> imglib2-mesh in example
1 parent 13f00a2 commit 2e3f205

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ops/doc/examples/mesh_viz.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ The following script accepts the binary dataset as its sole input, and creates t
3131
import java.util.ArrayList
3232
import java.util.List
3333

34-
import net.imagej.mesh.Mesh
35-
import net.imagej.mesh.Triangle
3634
import net.imglib2.RandomAccessibleInterval
35+
import net.imglib2.mesh.Mesh
36+
import net.imglib2.mesh.Triangle
3737
import net.imglib2.type.BooleanType
3838
import net.imglib2.util.Util
3939

0 commit comments

Comments
 (0)