Skip to content

Commit

Permalink
Update docs/src/basics/InputOutput.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Aug 2, 2024
1 parent a79c20c commit b3152fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/src/basics/InputOutput.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ The order of the user-specified output variables determines the order of the out
## Input-output variable metadata

See [Symbolic Metadata](@ref symbolic_metadata). Metadata specified when creating variables is not directly used by any of the functions above, but the user can use the accessor functions `ModelingToolkit.inputs(sys)` and `ModelingToolkit.outputs(sys)` to obtain all variables with such metadata for passing to the functions above. The presence of this metadata is not required for any IO functionality and may be omitted.
See [Symbolic Metadata](@id symbolic_metadata). Metadata specified when creating variables is not directly used by any of the functions above, but the user can use the accessor functions `ModelingToolkit.inputs(sys)` and `ModelingToolkit.outputs(sys)` to obtain all variables with such metadata for passing to the functions above. The presence of this metadata is not required for any IO functionality and may be omitted.

## Linearization

Expand Down

0 comments on commit b3152fc

Please sign in to comment.