Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/bug/fmi-start-value' into bug/fm…
Browse files Browse the repository at this point in the history
…i-start-value
  • Loading branch information
davidhjp01 committed Dec 11, 2024
2 parents 68c1849 + 7e4d90b commit 9cb4d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cosim/slave_simulator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ class set_variable_cache
std::vector<value_reference> references_;
boost::container::vector<T> values_;

// Filtered references and values to be set next (if a filter is applied).
// Filtered references and values of the values to be set next (if a filter is applied).
std::vector<value_reference> references_filtered_;
boost::container::vector<T> values_filtered_;
};
Expand Down

0 comments on commit 9cb4d18

Please sign in to comment.