Overview
Comment: | User now warned not to use -c which is unsupported. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
2c29688eb90a269d864ebda3be788f4a |
User & Date: | gawthrop@users.sourceforge.net on 2003-08-06 10:33:42 |
Other Links: | branch diff | manifest | tags |
Context
2003-08-06
| ||
14:44:51 | Don't include -q or -u in long file names via ${__ARGS} check-in: 5fe1c2d7b1 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
10:33:42 | User now warned not to use -c which is unsupported. check-in: 2c29688eb9 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
2003-08-05
| ||
15:29:36 | Now handles ss.r files with implicit zero values check-in: 1a97bd46dd user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mtt from [923212d094] to [40eabeccc5].
︙ | ︙ | |||
13 14 15 16 17 18 19 20 21 22 23 24 25 26 | # Copyright (C) 2001 by Peter J. Gawthrop ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ ## Revision 1.377 2003/06/11 15:48:02 gawthrop ## Copies (aliased) subsystems first. ## Include switches in .ps file names. ## ## Revision 1.376 2003/05/09 09:46:35 gawthrop ## Fixed html output of figures ## | > > > | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | # Copyright (C) 2001 by Peter J. Gawthrop ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ ## Revision 1.378 2003/08/04 09:15:09 gawthrop ## -ss switch reinstated ## ## Revision 1.377 2003/06/11 15:48:02 gawthrop ## Copies (aliased) subsystems first. ## Include switches in .ps file names. ## ## Revision 1.376 2003/05/09 09:46:35 gawthrop ## Fixed html output of figures ## |
︙ | ︙ | |||
1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 | mtt_switches="$mtt_switches $1"; reset=reset;; -p ) mtt_switches="$mtt_switches $1"; print='-p';; -c ) fixcc='-fixcc' mtt_switches="$mtt_switches $1"; matrix_smxa="-matrix"; computation=c ;; -cc ) fixcc='-fixcc' mtt_switches="$mtt_switches $1"; | > | 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 | mtt_switches="$mtt_switches $1"; reset=reset;; -p ) mtt_switches="$mtt_switches $1"; print='-p';; -c ) echo "-c is obsolete. Please use -cc instead" fixcc='-fixcc' mtt_switches="$mtt_switches $1"; matrix_smxa="-matrix"; computation=c ;; -cc ) fixcc='-fixcc' mtt_switches="$mtt_switches $1"; |
︙ | ︙ |