Skip to content

Commit 7104e53

Browse files
authored
forward real to constructor (#866)
1 parent c0a3a3e commit 7104e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Extras/ReImSpace.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
real(op::Operator) = ApproxFunBase.real(op)
1+
real(op::Operator) = ApproxFunBase.ReOperator(op)

0 commit comments

Comments
 (0)