Skip to content

Commit d20f721

Browse files
Merge pull request #104 from vpuri3/patch-1
Update func.jl
2 parents e22bf33 + 178a54e commit d20f721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/func.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ end
9090

9191
function FunctionOperator(op,
9292
input::AbstractVecOrMat,
93-
output::AbstractVecOrMat;
93+
output::AbstractVecOrMat = input;
9494

9595
isinplace::Union{Nothing,Bool}=nothing,
9696
outofplace::Union{Nothing,Bool}=nothing,

0 commit comments

Comments
 (0)