We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 434761b commit 6744804Copy full SHA for 6744804
src/CTBase.jl
@@ -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