Overview
| Comment: | Fixed bug for n_y>1 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
f7f6f652c078cfff04135141fe5696bf |
| User & Date: | gawthrop@users.sourceforge.net on 2000-05-17 16:01:42.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
2000-05-17
| ||
| 17:02:58 | Fixed documentation check-in: a4862b1949 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 16:01:42 | Fixed bug for n_y>1 check-in: f7f6f652c0 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 09:14:37 | Initial revision check-in: 5edc09a620 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/mtt_make_sim
from [66e152333a]
to [b302223b07].
| ︙ | |||
9 10 11 12 13 14 15 16 17 18 19 20 21 22 | 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | + + + | # Copyright (C) 2000 by Peter J. Gawthrop ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.4 2000/05/16 18:57:15 peterg ## Still debugging ## ## Revision 1.3 2000/05/16 11:59:34 peterg ## Stard new version with data files not argv. ## ## Revision 1.2 2000/05/11 19:32:29 peterg ## Put in c version + sensitivity computation ## ## Revision 1.1 2000/04/08 10:43:26 peterg |
| ︙ | |||
143 144 145 146 147 148 149 | 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 | - + |
if doing_state
i_2 = i_1 + n_y - 1;
i_3 = i_1 + n_y + 1;
i_4 = i_1 + n_y + $Nx;
else
if doing_sensitivities
|
| ︙ |