Overview
Comment: | Fixed mtt.texi missing arguments and subsection level |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
77a13c87d74f4b4385514c6826cf84f4 |
User & Date: | geraint@users.sourceforge.net on 2014-07-10 23:13:27 |
Other Links: | branch diff | manifest | tags |
Context
2014-07-12
| ||
19:24:06 | Include cstdlib (for exit) and cstdio (for EOF) in parse_m2cc.cc check-in: a9a6315d9a user: geraint@users.sourceforge.net tags: origin/master, trunk | |
2014-07-10
| ||
23:13:27 | Fixed mtt.texi missing arguments and subsection level check-in: 77a13c87d7 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
2014-04-30
| ||
06:46:18 | AE version check-in: 00c5187101 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/doc/mtt.texi from [a3aba9dc3c] to [378eb37878].
︙ | ︙ | |||
12 13 14 15 16 17 18 19 20 21 22 23 24 25 | @comment %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @comment Version control history @comment %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @comment $Id$ @comment $Log$ @comment Revision 1.29 2005/01/19 09:45:15 geraint @comment Fixed whitespace. @comment @comment Revision 1.28 2005/01/06 16:03:55 geraint @comment Updated options list. @comment @comment Revision 1.27 2005/01/06 14:42:33 geraint | > > > | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | @comment %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @comment Version control history @comment %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @comment $Id$ @comment $Log$ @comment Revision 1.30 2005/03/15 12:04:15 gawthrop @comment New labg.fig rep - pretty LaTeX figures. @comment @comment Revision 1.29 2005/01/19 09:45:15 geraint @comment Fixed whitespace. @comment @comment Revision 1.28 2005/01/06 16:03:55 geraint @comment Updated options list. @comment @comment Revision 1.27 2005/01/06 14:42:33 geraint |
︙ | ︙ | |||
4326 4327 4328 4329 4330 4331 4332 | @item info_field_1 effort @item info_field_2 flow @end vtable Each of these two fields contains one of the following @emph{attributes}: @vtable @code | < | | 4329 4330 4331 4332 4333 4334 4335 4336 4337 4338 4339 4340 4341 4342 4343 | @item info_field_1 effort @item info_field_2 flow @end vtable Each of these two fields contains one of the following @emph{attributes}: @vtable @code @item external indicates that the corresponding variable is a system input or output @item internal indicates that the variable does not appear as a system output; it is an error to label an input in this way. @item a number the value of the input; or the value of the (imposed) output |
︙ | ︙ | |||
4475 4476 4477 4478 4479 4480 4481 | @cindex Language txt (struc.txt) This text tile contains a description of the system structure (@pxref{Structure (struc)} with 5 tab-separated columns containing the following information: @vtable @code @item type input, output state or nonstate | | < < | | 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 | @cindex Language txt (struc.txt) This text tile contains a description of the system structure (@pxref{Structure (struc)} with 5 tab-separated columns containing the following information: @vtable @code @item type input, output state or nonstate @item index an integer corresponding to the array index @item component name the name of the component corresponding to the variable @item system name the name of the system containing the component @item repetition an integer corresponding to the repetition of a repeated subsystem. @end vtable |
︙ | ︙ | |||
4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 4797 4798 | # Generated by MTT at Mon Jun 16 15:10:17 BST 1997 # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% Version control history # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% $Id$ # %% $Log$ # %% Revision 1.29 2005/01/19 09:45:15 geraint # %% Fixed whitespace. # %% # %% Revision 1.28 2005/01/06 16:03:55 geraint # %% Updated options list. # %% # %% Revision 1.27 2005/01/06 14:42:33 geraint | > > > | 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 4797 4798 4799 4800 4801 | # Generated by MTT at Mon Jun 16 15:10:17 BST 1997 # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% Version control history # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% $Id$ # %% $Log$ # %% Revision 1.30 2005/03/15 12:04:15 gawthrop # %% New labg.fig rep - pretty LaTeX figures. # %% # %% Revision 1.29 2005/01/19 09:45:15 geraint # %% Fixed whitespace. # %% # %% Revision 1.28 2005/01/06 16:03:55 geraint # %% Updated options list. # %% # %% Revision 1.27 2005/01/06 14:42:33 geraint |
︙ | ︙ | |||
5197 5198 5199 5200 5201 5202 5203 | @menu * Transformation cbg2ese_m2r:: @end menu @node Transformation cbg2ese_m2r, , Elementary system equations, Elementary system equations @comment node-name, next, previous, up | | | 5200 5201 5202 5203 5204 5205 5206 5207 5208 5209 5210 5211 5212 5213 5214 | @menu * Transformation cbg2ese_m2r:: @end menu @node Transformation cbg2ese_m2r, , Elementary system equations, Elementary system equations @comment node-name, next, previous, up @subsection Transformation cbg2ese_m2r @cindex Transformation cbg2ese_m2r @cindex Structure @cindex def.r This transformation takes the causal bond graph as an m file (@pxref{Language m (cbg.m)}) and transforms it into elementary system equations in Reduce (@pxref{Reduce}) |
︙ | ︙ |