Overview
Comment: | Replaced a.out with ./a.out |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
e62292129c359d4056bf5b532853b9c7 |
User & Date: | gawthrop@users.sourceforge.net on 1997-02-09 20:33:13 |
Other Links: | branch diff | manifest | tags |
Context
1997-02-11
| ||
10:06:42 | Removed a debugging line. check-in: 42eba716bb user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
1997-02-09
| ||
20:33:13 | Replaced a.out with ./a.out check-in: e62292129c user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
20:30:04 | Copied from tweedledum. check-in: 8f41e1e5ca user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mtt from [462ccdd006] to [2f99b1122d].
︙ | |||
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 | + + + | # Copyright (c) P.J.Gawthrop, 1989, 1990, 1991, 1993, 1994, 1995, 1996. ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ ## Revision 1.53 1997/02/09 20:30:04 peterg ## Copied from tweedledum. ## # Revision 1.54 1997/02/07 13:33:03 peterg # Added ; to _input.c file - bug fix. # # Revision 1.53 1997/02/07 13:25:04 peterg # Version 2.3 # # Revision 1.52 1997/01/21 22:55:59 peterg |
︙ | |||
208 209 210 211 212 213 214 | 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 | - + | esac shift done #Print header if not in quiet (-q) mode. if [ "$quiet" != "quiet" ]; then echo |
︙ | |||
830 831 832 833 834 835 836 | 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 | - + | ode2odes_m $1 '$ARGS' endif ifeq ($computation,c) $1_odes.m: $1_odes.c $1_ode.c $1_numpar.c $1_odes.h $1_params.c $1_input.c echo Creating $1_odes.m echo 'Compiling ...' gcc $1_odes.c $1_ode.c $1_numpar.c $1_params.c $1_input.c |
︙ |