Skip to content

Commit

Permalink
tweaking
Browse files Browse the repository at this point in the history
  • Loading branch information
johnaoga committed Oct 28, 2024
1 parent 4a6a9a4 commit b670498
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dsl/MACROS/core.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module CoreControls
#module CoreControls

# Import necessary Julia libraries
using LinearAlgebra # For matrices and vector operations
Expand Down Expand Up @@ -121,4 +121,4 @@ function CaptureMPCSolution(; format::String = "table", horizon::Int = 1, stage_
end


end # module
#end # module
2 changes: 2 additions & 0 deletions dsl/MACROS/solver.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
include("./core.jl")

# Define the Control class with grid type
mutable struct Control
name::String
Expand Down

0 comments on commit b670498

Please sign in to comment.