Skip to content

Commit

Permalink
Add missing closing >
Browse files Browse the repository at this point in the history
  • Loading branch information
klausschuch committed Jun 4, 2024
1 parent 72d1caf commit 2dca914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/4_1_co-simulation_math.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ If multiple derivatives of a variable shall be retrieved, list the value referen
* `orders` contains the orders of the respective <<derivative>> (1 means the first <<derivative>>, 2 means the second <<derivative>>, ..., 0 is not allowed).
If multiple derivatives of a variable shall be retrieved, its value reference must occur multiple times in `valueReferences` aligned with the corresponding `orders` array.

* `values` is a vector consisting of the <<serialization-of-variables,serialized>> values of these <<derivative,`derivatives`>:
* `values` is a vector consisting of the <<serialization-of-variables,serialized>> values of these <<derivative,`derivatives`>>:
The order of the `values` elements is derived from a twofold serialization: the outer level corresponds to the combination of a value reference (e.g., `valueReferences[k]`) and order (e.g., `orders[k]`), and the inner level to the serialization of variables as defined in <<serialization-of-variables>>.
The inner level does not exist for scalar variables.

Expand Down

0 comments on commit 2dca914

Please sign in to comment.