Overview
Comment: | Added $1_sympars.txt to numpar.m target |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
a3eed1620d8723ab836141094af3ef0d |
User & Date: | gawthrop@users.sourceforge.net on 1999-12-23 10:03:42 |
Other Links: | branch diff | manifest | tags |
Context
1999-12-23
| ||
20:18:54 | Removed METHOD check-in: 6fc1d06488 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
10:03:42 | Added $1_sympars.txt to numpar.m target check-in: a3eed1620d user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
1999-12-22
| ||
05:15:51 | Set to version 4.0. check-in: 5fdd8f4dc8 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mtt from [5697743a8c] to [d7daa0a1c0].
︙ | ︙ | |||
10 11 12 13 14 15 16 17 18 19 20 21 22 23 | # Copyright (c) P.J.Gawthrop, 1989, 1990, 1991, 1993, 1994, 1995, 1996, 1997,1998,1999 ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ ## Revision 1.220 1999/12/17 03:17:57 peterg ## reps_made is now $1_reps_made - stops clash between two reps per directory ## ## Revision 1.219 1999/12/14 00:36:50 peterg ## Changed $source to $stdin and added to mtt_m2p arg list ## ## Revision 1.218 1999/12/03 00:04:50 peterg | > > > | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | # Copyright (c) P.J.Gawthrop, 1989, 1990, 1991, 1993, 1994, 1995, 1996, 1997,1998,1999 ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ ## Revision 1.221 1999/12/22 05:15:51 peterg ## Set to version 4.0. ## ## Revision 1.220 1999/12/17 03:17:57 peterg ## reps_made is now $1_reps_made - stops clash between two reps per directory ## ## Revision 1.219 1999/12/14 00:36:50 peterg ## Changed $source to $stdin and added to mtt_m2p arg list ## ## Revision 1.218 1999/12/03 00:04:50 peterg |
︙ | ︙ | |||
965 966 967 968 969 970 971 | (cd $MTTPATH/doc; $HTMLVIEW ./mtt_toc.html)& exit fi if [ "$1" = "manual" ] && [$2 = ""]; then mtt_check_var "$PSVIEW" PSVIEW echo Invoking $PSVIEW | | | 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 | (cd $MTTPATH/doc; $HTMLVIEW ./mtt_toc.html)& exit fi if [ "$1" = "manual" ] && [$2 = ""]; then mtt_check_var "$PSVIEW" PSVIEW echo Invoking $PSVIEW $PSVIEW $MTTPATH/doc/mtt.ps.gz & exit fi if [ $1 = "find" ]&& [$3 = ""]; then mtt_find $MTT_COMPONENTS $2 find_status=$? if [ $find_status = "1" ]; then |
︙ | ︙ | |||
1664 1665 1666 1667 1668 1669 1670 | #SUMMARY numpar numerical parameter declaration -- default (txt) $1_numpar.txt: mtt $mtt_switches -q -u $1 sympar txt; sympar2numpar_txt2txt $1 #SUMMARY numpar numerical parameter declaration (m) | | | 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 | #SUMMARY numpar numerical parameter declaration -- default (txt) $1_numpar.txt: mtt $mtt_switches -q -u $1 sympar txt; sympar2numpar_txt2txt $1 #SUMMARY numpar numerical parameter declaration (m) $1_numpar.m: $1_numpar.txt $1_sympars.txt txt2m $1 numpar #SUMMARY numpar numerical parameter declaration (c) #SUMMARY numpar numerical parameter declaration (view) $1_numpar.c: $1_numpar.txt $1_sympar.c txt2c $1 numpar |
︙ | ︙ |