Skip to content

Commit

Permalink
Update 2_3_common_states.adoc
Browse files Browse the repository at this point in the history
changed
<<causality>> = <<parameter>>, <<variability>> = <<tunable>>
to
<<causality>> = <<parameter>> and <<variability>> = <<tunable>>
  • Loading branch information
KarlWernersson authored Sep 10, 2024
1 parent 2f17917 commit aef054a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/2_3_common_states.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ a|
Allowed Function Calls::

Function <<get-and-set-variable-values,`fmi3Set{VariableType}`>>::
This function can be called for variables with <<causality>> = <<input>>, <<causality>> = <<parameter>>, <<variability>> = <<tunable>>, and <<state,continuous-time states>> with <<reinit>> = `false`.
This function can be called for variables with <<causality>> = <<input>>, <<causality>> = <<parameter>> and <<variability>> = <<tunable>>, and <<state,continuous-time states>> with <<reinit>> = `false`.

Functions <<get-and-set-variable-values,`fmi3Get{VariableType}`>>::
Getting variables might trigger <<selective-computation,computations>>.
Expand Down

0 comments on commit aef054a

Please sign in to comment.