Overview
| Comment: | Added optional state argument. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
9f2457fb934b8cc6265ce2c0597169ca |
| User & Date: | gawthrop@users.sourceforge.net on 1998-06-23 19:18:33.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
1998-06-24
| ||
| 07:43:42 | Version 2.91 -- includes implicit integration (octave) check-in: 43632122ca user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
|
1998-06-23
| ||
| 19:18:33 | Added optional state argument. check-in: 9f2457fb93 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
|
1998-06-21
| ||
| 10:40:58 | Added fsolve error message. check-in: 9e6b470729 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/sm_r2m
from [8ee39a87d4]
to [eeefdfa965].
| 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 | - + + + + |
|
| ︙ | |||
54 55 56 57 58 59 60 | 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 | - - + + | IN "$1_sympar.r"; OUT "$1_sm.m"; %Headings - Matlab style %(Note. The ;; are deleted by for2mat) |
| ︙ | |||
79 80 81 82 83 84 85 86 87 88 89 90 91 92 | 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 | + + + + + + + + + |
ELSE
BEGIN
write MTTVar(i,1), " ...";
END;
END;
write " ";
END;
write "% Set the state (if given as an argument)";
write "if nargin>0";
FOR i := 1:MTTNx DO
write " mttx
", i, " = x(", i, ");";
write "end;";
write "";
%Fortran switches - one line expressions
OFF echo;
ON fort$
cardno!* := 1$
fortwidth!* := 100$
|
| ︙ |