Overview
Comment: | Uses lbl2cmp_txt2m.pl to generate _cmp.m. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
2bc558c034dbafffeb752a5eabaad341 |
User & Date: | geraint@users.sourceforge.net on 2004-08-05 00:02:57 |
Other Links: | branch diff | manifest | tags |
Context
2004-08-05
| ||
00:54:03 | Fixed punctuation in cmp.m check-in: 7d91b853bb user: geraint@users.sourceforge.net tags: origin/master, trunk | |
00:02:57 | Uses lbl2cmp_txt2m.pl to generate _cmp.m. check-in: 2bc558c034 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
2004-08-04
| ||
23:58:23 |
Simple model consisting of two Oscillators: one built with Dia, the other with Xfig (requires bond graph patches to be applied to Dia) check-in: e783de1fc1 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mtt from [dbbe566c77] to [cb15fd54b6].
︙ | |||
13 14 15 16 17 18 19 20 21 22 23 24 25 26 | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | + + + | # Copyright (C) 2001 by Peter J. Gawthrop ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ ## Revision 1.385 2004/08/02 20:25:47 geraint ## abg.m requires lbl.txt to allow units to be checked. ## ## Revision 1.384 2004/08/01 20:13:30 geraint ## ibg2abg transformation does not require lbl.txt (directly) ## ## Revision 1.383 2004/08/01 19:50:07 geraint ## Moved rules for ibg.m and abg.m so that -ibg can be used with dia models. ## Need to create cmp.m files before this combination will work. ## |
︙ | |||
2787 2788 2789 2790 2791 2792 2793 | 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 | - - + + + | endif #SUMMARY rbg raw bond graph (m) #Raw bond graph: fig file to mfile $1_rbg.m: $1_abg.fig $1_lbl.txt rbg_fig2m $1 |
︙ |