Overview
Comment: | Put unded version control |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
fb5eec80df7a8fd3db039149c78c98fa |
User & Date: | gawthrop@users.sourceforge.net on 1996-08-18 20:06:58 |
Other Links: | branch diff | manifest | tags |
Context
1996-08-18
| ||
20:08:02 | Included additional structure: structure(5) = zero_outputs. check-in: 31de7aae81 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
20:06:58 | Put unded version control check-in: fb5eec80df user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
20:06:57 | Initial revision check-in: 55104b9c7d user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/m/makedef.m from [603399d6bf] to [c386b01639].
1 2 3 4 5 6 7 8 | function makedef(structure,deffile); if nargin<2 deffile = 'stdout'; end; states = structure(1); nonstates=structure(2); | > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | function makedef(structure,deffile); % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% if nargin<2 deffile = 'stdout'; end; states = structure(1); nonstates=structure(2); |
︙ | ︙ |