Skip to content

Commit

Permalink
Missed a change in proxyfmu in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kyllingstad committed Jun 27, 2024
1 parent b1bb170 commit b4eae50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cosim/proxy/remote_fmu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ std::unique_ptr<cosim::model_description> parse_model_description(const proxyfmu
_md->author = md.author;
_md->name = md.modelName;
_md->description = md.description;
_md->can_save_state = false; // Not supported by proxyfmu

for (auto& var : md.modelVariables) {
cosim::variable_description vd;
Expand Down

0 comments on commit b4eae50

Please sign in to comment.