Skip to content

Commit 48f8f54

Browse files
committed
v0.4.1
1 parent 709422a commit 48f8f54

File tree

4 files changed

+662
-630
lines changed

4 files changed

+662
-630
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OptimalControl"
22
uuid = "5f98b655-cc9a-415a-b60e-744165666948"
33
authors = ["Olivier Cots <[email protected]>"]
4-
version = "0.4.0"
4+
version = "0.4.1"
55

66
[deps]
77
CTBase = "54762871-cc72-4466-b8e8-f6c8b58076cd"

examples/goddard_f.ipynb

+661-618
Large diffs are not rendered by default.

src/CTBase.jl

-6
This file was deleted.

src/OptimalControl.jl

-5
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ const __display = CTBase.__display
1717
# resources
1818
include("solve.jl")
1919

20-
# ----------------------------------------
21-
# to remove when put in the right package
22-
include("CTBase.jl")
23-
# ----------------------------------------
24-
2520
# export functions only for user
2621
export solve
2722

0 commit comments

Comments
 (0)