Skip to content

Commit

Permalink
Fix markup mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Nov 20, 2022
1 parent 3c17e9e commit 0e766ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RationaleMCP/0031/differences.md
Expand Up @@ -1300,7 +1300,7 @@ The following are the only valid named arguments:
- `clock` `=` _clock-name_
- `solverMethod` `=` _method-name_

Here, _clock-name_ must be the name of a `Clock` declared within the current `partition`, and `method-name` must be a constant `String` expression.
Here, _clock-name_ must be the name of a `Clock` declared within the current `partition`, and _method-name_ must be a constant `String` expression.
`clock` is required for every `subpartition`.
`solverMethod` is only required when the sub-partition contains continuous-time equations, and specifies the time discretization method.
It is an error if a named argument is specified multiple times.
Expand Down

0 comments on commit 0e766ef

Please sign in to comment.