From b4eae505984ed7721456d62622d9d63293be1b97 Mon Sep 17 00:00:00 2001 From: "Lars T. Kyllingstad" Date: Thu, 27 Jun 2024 19:37:08 +0200 Subject: [PATCH] Missed a change in proxyfmu in last commit --- src/cosim/proxy/remote_fmu.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cosim/proxy/remote_fmu.cpp b/src/cosim/proxy/remote_fmu.cpp index 44168892..b69764f1 100644 --- a/src/cosim/proxy/remote_fmu.cpp +++ b/src/cosim/proxy/remote_fmu.cpp @@ -71,7 +71,6 @@ std::unique_ptr 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;