Overview
Comment: | Sorted out problem with ifeq ($REPTYPE,data) block - added else. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
9dec4a73baea552b0c5d0faa8bd136c6 |
User & Date: | gawthrop@users.sourceforge.net on 1998-08-18 08:48:43 |
Other Links: | branch diff | manifest | tags |
Context
1998-08-18
| ||
09:08:26 |
Now grabs components (specified in lbl file as alias) at the rbg stage - this makes sure that they are there when needed. check-in: fb955b7557 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
08:48:43 | Sorted out problem with ifeq ($REPTYPE,data) block - added else. check-in: 9dec4a73ba user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
1998-08-17
| ||
15:57:12 | Now uses LUD in place of SVD - faster for N>100 check-in: 735d80c692 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mtt from [0b811279e0] to [db6dc5743f].
︙ | ︙ | |||
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. ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ ## Revision 1.181 1998/08/15 13:45:28 peterg ## Added new integration methods in Pascal/c version ## Revised the various translations appropriately ## ## Revision 1.180 1998/08/12 14:15:13 peterg ## Implicit integration - c implemetation now included. ## | > > > | 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. ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ ## Revision 1.182 1998/08/17 15:48:39 peterg ## Replaced SVD solver with LUD solver ## ## Revision 1.181 1998/08/15 13:45:28 peterg ## Added new integration methods in Pascal/c version ## Revised the various translations appropriately ## ## Revision 1.180 1998/08/12 14:15:13 peterg ## Implicit integration - c implemetation now included. ## |
︙ | ︙ | |||
2092 2093 2094 2095 2096 2097 2098 | ifneq ($_ARGS,) $1_$2.ps: $1_$2.gdat gdat2ps $1_$2 '$ARGS' echo Creating $1_$2$__ARGS.ps cp $1_$2.ps $1_$2$__ARGS.ps else $1_$2.ps: $1_$2.gdat | | > > > | 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 | ifneq ($_ARGS,) $1_$2.ps: $1_$2.gdat gdat2ps $1_$2 '$ARGS' echo Creating $1_$2$__ARGS.ps cp $1_$2.ps $1_$2$__ARGS.ps else $1_$2.ps: $1_$2.gdat gdat2ps $1_$2 endif else $1_$2.ps: $1_$2.gdat gdat2ps $1_$2 '$ARGS' endif endif ifeq ($REPTYPE,tex) #Create PostScript version of dvi file $1_$2.ps: $1_$2.dvi |
︙ | ︙ |