Manual: clarify that name tags are not required for all equations for display of residuals with tags

time-shift
Johannes Pfeifer 2016-05-28 19:34:07 +02:00
parent 118b3ccb74
commit b58c8274dd
1 changed files with 4 additions and 4 deletions

View File

@ -1821,10 +1821,10 @@ mode;
...
end;
@end example
Here, @code{name} is the keyword indicating that the tag names the equation. If all the equations
of a model are tagged with a name, the @code{resid} command
will display the names of the equations (which may be more informative than the
equation numbers). Several tags for one equation can be separated using a comma.
Here, @code{name} is the keyword indicating that the tag names the equation. If an equation
of the model is tagged with a name, the @code{resid} command
will display the name of the equations (which may be more informative than the
equation numbers) in addition to the equation number. Several tags for one equation can be separated using a comma.
@example
mode;
...