Skip to content

Commit 9fee215

Browse files
author
haesleinhuepf
committed
typo in example code
1 parent df95c20 commit 9fee215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: macro_intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ getDimensions(width, height, channels, slices, frames);
5050

5151
// Init GPU
5252
run("CLIJ2 Macro Extensions", "cl_device=");
53-
Ext.CLIJ_clear();
53+
Ext.CLIJ2_clear();
5454

5555
// push images to GPU
5656
Ext.CLIJ2_push(input);

0 commit comments

Comments
 (0)