Overview
Comment: | Default now out side this function - need to be none for each component. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
635243c46913ba01407a9150c24fa06a |
User & Date: | gawthrop@users.sourceforge.net on 1996-09-12 16:42:01 |
Other Links: | branch diff | manifest | tags |
Context
1996-09-12
| ||
17:18:44 | Don't add an RCS header .. check-in: 804f3fd797 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
16:42:01 |
Default now out side this function - need to be none for each component. check-in: 635243c469 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
16:40:45 |
Now does a default (when no constitutive relationship) with a unit constitutive relationship on each port. check-in: 5878a5ebb6 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/m/equation.m from [a0a9f54678] to [b4ad922159].
1 2 3 4 5 6 7 8 9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | - - + + + + + + + + | function eqn = equation(name,cr,args,outbond,outcause,outport, ... inbonds,incauses,inports) % eqn is a string containing the equation % % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %%%%% Model Transformation Tools %%%%% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % |
︙ | |||
66 67 68 69 70 71 72 | 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 | - - - + + - - - - + + + + - - - - - - + + + + + + - - + - | 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 |