Overview
Comment: | Changed == to = |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
d3e8b806d9b2e0746711a64a2f77c90e |
User & Date: | gawthrop@users.sourceforge.net on 2000-12-05 09:01:52 |
Other Links: | branch diff | manifest | tags |
Context
2000-12-05
| ||
09:04:08 | Fixed function () compatibility problem. check-in: a0e16a4644 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
09:01:52 | Changed == to = check-in: d3e8b806d9 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
2000-12-04
| ||
14:42:47 | Initial revision check-in: 871138bd4d user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mtt from [5febea087f] to [3a6f4c56bf].
︙ | ︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 | # Copyright (C) 2000 by Peter J. Gawthrop ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ ## Revision 1.287 2000/12/01 16:04:24 peterg ## More partitioning achieved -- now needs the connections to be properly ## sorted in cbg2ese_r ## ## Revision 1.286 2000/12/01 14:18:44 peterg ## -partition now partially works up to cse.m ## but need to think about indexing, struc files etc for subsystems. | > > > | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | # Copyright (C) 2000 by Peter J. Gawthrop ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ ## Revision 1.288 2000/12/01 17:59:01 peterg ## Added .PRECIOUS: %.cc to hang on to cc files - thanks Geraint ## ## Revision 1.287 2000/12/01 16:04:24 peterg ## More partitioning achieved -- now needs the connections to be properly ## sorted in cbg2ese_r ## ## Revision 1.286 2000/12/01 14:18:44 peterg ## -partition now partially works up to cse.m ## but need to think about indexing, struc files etc for subsystems. |
︙ | ︙ | |||
1612 1613 1614 1615 1616 1617 1618 | ## Set up the main arguments sys=$1 rep=$2 lang=$3 ## Make ps pdf if -pdf set | | | 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 | ## Set up the main arguments sys=$1 rep=$2 lang=$3 ## Make ps pdf if -pdf set if [ "$lang" = "ps" ]; then lang=$ps fi # Create some strings Subsystem=$1$subsystem; |
︙ | ︙ |