Overview
Comment: | Initial revision |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
b535a1196ea4ad629b813e114a04dfcd |
User & Date: | gawthrop@users.sourceforge.net on 1996-12-05 10:00:49 |
Other Links: | branch diff | manifest | tags |
Context
1996-12-05
| ||
10:02:45 |
Explicit generation of strong-causality equations -- oneequation not used now. check-in: f59877b57c user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
10:00:49 | Initial revision check-in: b535a1196e user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
09:49:09 | Explicit computation of port number from string. check-in: 5d29a8dfc6 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Added mttroot/mtt/lib/comp/simple/one_eqn.m version [1004ce7d4a].
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 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 | function structure = one_eqn(name,bond_number,bonds,direction,cr,args, ... structure,eqnfile); % one_eqn - equations for a one junction % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %%%%% Model Transformation Tools %%%%% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % Matlab function one_eqn % one_eqn(name,bond_number,bonds,direction,cr,args, ... % structure,eqnfile); % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% if nargin<7 eqnfile = 'stdout'; end; juneqn(name,bond_number,bonds,direction,cr,args,-1,eqnfile) |