Differences From Artifact [603399d6bf]:
- Executable file mttroot/mtt/bin/trans/m/makedef.m — part of check-in [55104b9c7d] at 1996-08-18 20:06:57 on branch origin/master — Initial revision (user: gawthrop@users.sourceforge.net, size: 1892) [annotate] [blame] [check-ins using]
To Artifact [c386b01639]:
- Executable file mttroot/mtt/bin/trans/m/makedef.m — part of check-in [fb5eec80df] at 1996-08-18 20:06:58 on branch origin/master — Put unded version control (user: gawthrop@users.sourceforge.net, size: 2143) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 | 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); |
︙ |