Skip to content

Commit

Permalink
Export CasADiFunctions structs
Browse files Browse the repository at this point in the history
tttapa committed Nov 15, 2023
1 parent f8f0f6a commit bc4b4cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/interop/casadi/include/alpaqa/casadi/CasADiProblem.hpp
Original file line number Diff line number Diff line change
@@ -20,11 +20,11 @@ template <Config>
struct CasADiFunctionsWithParam;
} // namespace casadi_loader

struct SerializedCasADiFunctions {
struct CASADI_LOADER_EXPORT SerializedCasADiFunctions {
std::map<std::string, std::string> functions;
};

struct CasADiFunctions {
struct CASADI_LOADER_EXPORT CasADiFunctions {
std::map<std::string, casadi::Function> functions;
~CasADiFunctions();
};

0 comments on commit bc4b4cb

Please sign in to comment.