Overview
Comment: | Removed redundant .p copying. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
2978f3a691dd7d79ee4e40e689751ed3 |
User & Date: | gawthrop@users.sourceforge.net on 1999-08-02 12:52:12 |
Other Links: | branch diff | manifest | tags |
Context
1999-08-02
| ||
13:39:19 | Replaced zero_vector by zero_input check-in: 4b203e7744 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
12:52:12 | Removed redundant .p copying. check-in: 2978f3a691 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
12:44:21 | zero_vector --> zero_state. check-in: 9a4649bbe9 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mtt from [0783bd55a8] to [a9ba6a260f].
︙ | |||
10 11 12 13 14 15 16 17 18 19 20 21 22 23 | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | + + + + | # Copyright (c) P.J.Gawthrop, 1989, 1990, 1991, 1993, 1994, 1995, 1996, 1997,1998,1999 ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ ## Revision 1.209 1999/07/27 03:50:13 peterg ## Fixed odeo.p bug. ## Fixed compound object bug in fig. ## ## Revision 1.208 1999/07/20 23:43:05 peterg ## V 3.8 ( to Eric) ## ## Revision 1.207 1999/04/02 07:17:37 peterg ## Upped version to 3.6 -- the new implicit solver with switches ## ## Revision 1.206 1999/04/02 06:28:54 peterg |
︙ | |||
2315 2316 2317 2318 2319 2320 2321 | 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 | - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + | echo Creating RCS mkdir RCS $1_$2.vc: RCS echo Version control on $1_$2.$VCext ci -I $1_$2.$VCext </dev/tty ; co -l $1_$2.$VCext # Copy Pascal utilities |
︙ |