Skip to content

Commit 6254069

Browse files
authored
Merge pull request #180 from control-toolbox/179-general-compat-ctparser
up compat
2 parents 128476e + 7455a37 commit 6254069

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ADNLPModels = "0.8"
1515
Aqua = "0.8"
1616
CTBase = "0.16"
1717
CTDirect = "0.15"
18-
CTParser = "0.4"
18+
CTParser = "0.5"
1919
JLD2 = "0.5"
2020
JSON3 = "1"
2121
NLPModelsIpopt = "0.10"

test/runtests.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ using CTDirect
3939
using NLPModelsIpopt
4040
using ADNLPModels
4141
import CTParser: CTParser, @def
42-
CTParser.prefix!(:CTModels); # code generated by @def is prefixed by CTModels (not by OptimalControl - the default)
4342

4443
#
4544
include("solution_example_path_constraints.jl")

0 commit comments

Comments
 (0)