Overview
Comment: | Cahged somes ends to end for etc for clarity |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
7351c6785cb2f4c155e1c8f2bedb9633 |
User & Date: | gawthrop@users.sourceforge.net on 2000-09-01 08:42:44 |
Other Links: | branch diff | manifest | tags |
Context
2000-09-01
| ||
09:13:51 | Added -internal switch to find internal variables check-in: 0cdfc81233 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
08:42:44 | Cahged somes ends to end for etc for clarity check-in: 7351c6785c user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
08:05:32 | Reformatted with out changing function check-in: f48738e8b8 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/m/cbg2ese.m from [c9ed1ffd6a] to [82aeaab65e].
︙ | |||
19 20 21 22 23 24 25 26 27 28 29 30 31 32 | 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | + + + | ## Structure matrix [states,nonstates,inputs,outputs,zero_outputs] ## ############################################################### ## ## Version control history ## ############################################################### ## ## $Id$ ## ## $Log$ ## ## Revision 1.33 2000/09/01 08:05:32 peterg ## ## Reformatted with out changing function ## ## ## ## Revision 1.32 1998/11/16 13:01:19 peterg ## ## Fixed problem with repetitions>1 due to new data structures -- now ## ## computes initial next_bond correctly ## ## ## ## Revision 1.31 1998/09/24 12:57:44 peterg ## ## Now ignores aliasing if no arguments given. ## ## |
︙ | |||
391 392 393 394 395 396 397 | 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 | - - - + + | fprintf(structure_file, ... "%s\t%1.0f\t%s\t%s\t%1.0f\n", ... structure_name(which_index,:), value-k+1, ... comp_name, full_name, repetition); endfor; endfor; endif; |