Skip to content

Commit 53d1ff6

Browse files
authored
Merge pull request #716 from control-toolbox/715-dev-import-linearalgebra-explicitly-in-ctparser
added explicit import of LinearAlgebra
2 parents dd272f5 + bdee962 commit 53d1ff6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "OptimalControl"
22
uuid = "5f98b655-cc9a-415a-b60e-744165666948"
3-
version = "1.2.3-beta"
3+
version = "1.2.4-beta"
44
authors = ["Olivier Cots <olivier.cots@toulouse-inp.fr>"]
55

66
[deps]
@@ -14,6 +14,7 @@ CTSolvers = "d3e8d392-8e4b-4d9b-8e92-d7d4e3650ef6"
1414
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
1515
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
1616
ExaModels = "1037b233-b668-4ce9-9b63-f9f681f55dd2"
17+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1718
NLPModels = "a4795742-8479-5a88-8948-cc11e1c8c1a6"
1819
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
1920
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

src/imports/examodels.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
# Generated code
44
@reexport import ExaModels:
55
ExaModels # for generated code (prefix)
6+
import LinearAlgebra # to trigger ExaModels extension for LinearAlgebra

0 commit comments

Comments
 (0)