Skip to content

Commit 6744804

Browse files
committed
integrate CTBase update
1 parent 434761b commit 6744804

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/CTBase.jl

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import Base: show, Base
2+
# we get an error when a solution is printed so I add this function
3+
# which has to be put in the package CTBase and has to be completed
4+
function Base.show(io::IO, ::MIME"text/plain", sol::OptimalControlSolution)
5+
nothing
6+
end

0 commit comments

Comments
 (0)