Skip to content

Commit

Permalink
v0.7.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ocots committed Mar 31, 2024
1 parent 5968bce commit f7f23cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
ReplMaker = "b873ce64-0db9-51f5-a568-4457d8e49576"
Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"

[compat]
Expand All @@ -31,5 +30,4 @@ Plots = "1.38"
PrettyTables = "2.2"
Printf = "1.8"
Reexport = "1.2"
ReplMaker = "0.2"
julia = "1.8"
6 changes: 3 additions & 3 deletions src/CTBase.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ using Printf # to print an OptimalControlModel
using DataStructures # OrderedDict for aliases
using Unicode # unicode primitives
using PrettyTables # to print a table
using ReplMaker
#using ReplMaker
using MacroTools: @capture, postwalk, striplines
using LinearAlgebra

Expand Down Expand Up @@ -112,9 +112,9 @@ include("model.jl")
include("differential_geometry.jl")
#
include("ctparser_utils.jl")
#include("ctparser.jl")
##include("ctparser.jl")
include("onepass.jl")
include("repl.jl")
#include("repl.jl")

# numeric types
export ctNumber, ctVector, Time, Times, TimesDisc
Expand Down

0 comments on commit f7f23cc

Please sign in to comment.