Overview
| Comment: | Took back lock. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
5ea070e3d54d6746f51b64b5045289f3 |
| User & Date: | gawthrop@users.sourceforge.net on 1996-08-30 14:54:36.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
1996-08-30
| ||
| 16:36:08 | More info written to ese files. check-in: 74348ed21d user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 14:54:36 | Took back lock. check-in: 5ea070e3d5 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 14:36:46 |
Added some more subscripts. -- its high time this was rewritten in awk or perl!!! check-in: ac444aad4b user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/dm2fr_m
from [4b24bde3b0]
to [646c7cb58f].
| ︙ | ︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 | # Copyright (c) P.J.Gawthrop, 1996. ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.6 1996/08/16 14:26:07 peter ## Fixed multi-output bug. ## Made sure that u0 is ok. ## ## Revision 1.5 1996/08/15 16:23:02 peter ## Now uses W in place of w for consistancy with time responses. ## | > > > > | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | # Copyright (c) P.J.Gawthrop, 1996. ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.7 1996/08/24 14:23:00 peter ## Global parameter passing. ## Proper error handling. # ## Revision 1.6 1996/08/16 14:26:07 peter ## Fixed multi-output bug. ## Made sure that u0 is ok. ## ## Revision 1.5 1996/08/15 16:23:02 peter ## Now uses W in place of w for consistancy with time responses. ## |
| ︙ | ︙ | |||
108 109 110 111 112 113 114 |
for i = 2:ny
nic = [nic im(:,i) re(:,i)]
end;
write_matrix(nic, '$1_nifr');
EOF
| < < < | < | < < < < | 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 |
for i = 2:ny
nic = [nic im(:,i) re(:,i)]
end;
write_matrix(nic, '$1_nifr');
EOF
# Now invoke the standard error handling.
mtt_error_r dae2dm_r.log
|