Overview
Comment: | Removed causality & port info when no constitutive relationship. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
6004cf1aea338583f0d7a430ba275f42 |
User & Date: | gawthrop@users.sourceforge.net on 1996-09-10 11:29:47 |
Other Links: | branch diff | manifest | tags |
Context
1996-09-10
| ||
16:18:37 | Uses default constitutive relationship mtt/cr/r check-in: a45b58af3e user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
11:29:47 | Removed causality & port info when no constitutive relationship. check-in: 6004cf1aea user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
11:11:11 | Initial revision check-in: 9d350271b5 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/m/equation.m from [0559c2668c] to [87f1ebc4fa].
︙ | |||
12 13 14 15 16 17 18 19 20 21 22 23 24 25 | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | + + + | % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %% Revision 1.1 1996/09/10 11:11:11 peter % %% Initial revision % %% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Find the number of inports nports = length(inports); |
︙ | |||
51 52 53 54 55 56 57 | 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 | - - - + + + + + + + + | RHS1 = sprintf('%s%s%s%s%s%s%s%s\n', ... cr, lp, args, a_comma, cause_name, c_comma, port_name, c_comma); % Set up rest of RHS - the input variables, causality and ports. RHS2 = ''; for i=1:nports |