Skip to content

Commit

Permalink
bugfix undefinedToZero internally called the wrong method
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Sep 15, 2020
1 parent f21b55d commit 71f67df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public Object[] getDefaultValues() {

@Override
public boolean executeCL() {
boolean result = getCLIJ2().smallerConstant((ClearCLBuffer)( args[0]), (ClearCLBuffer)(args[1]), asFloat(args[2]));
boolean result = getCLIJ2().undefinedToZero((ClearCLBuffer)( args[0]), (ClearCLBuffer)(args[1]));
return result;
}

Expand Down

0 comments on commit 71f67df

Please sign in to comment.