Overview
Comment: | 2 changes to ode2odes_out generation: only compiles the specified c file; outside the computation=c clause |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
330df0a1254d15e27db0db4bc65c2828 |
User & Date: | gawthrop@users.sourceforge.net on 2002-04-19 09:24:29 |
Other Links: | branch diff | manifest | tags |
Context
2002-04-19
| ||
09:40:35 | $1 --> $Sys in make_p ($1 not set at this point) check-in: c641fab095 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
09:24:29 |
2 changes to ode2odes_out generation: only compiles the specified c file; outside the computation=c clause check-in: 330df0a125 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
09:13:11 | \. \# \% all gave \ removed to avoid warning in new gawk check-in: e62995de26 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mtt from [a031c35475] to [688ae9a121].
︙ | ︙ | |||
13 14 15 16 17 18 19 20 21 22 23 24 25 26 | # Copyright (C) 2001 by Peter J. Gawthrop ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ ## Revision 1.329 2002/04/16 14:58:00 gawthrop ## mtt copy does NOT now copy the CVS directory ## $directory --> ${directory} (just to be tidy) ## ## Revision 1.328 2002/02/19 16:27:05 geraint ## Changes to make MTT work out of the box with Debian. ## | > > > | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | # Copyright (C) 2001 by Peter J. Gawthrop ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ ## Revision 1.330 2002/04/17 10:03:12 geraint ## Marked .sg as a major representation. ## ## Revision 1.329 2002/04/16 14:58:00 gawthrop ## mtt copy does NOT now copy the CVS directory ## $directory --> ${directory} (just to be tidy) ## ## Revision 1.328 2002/02/19 16:27:05 geraint ## Changes to make MTT work out of the box with Debian. ## |
︙ | ︙ | |||
3106 3107 3108 3109 3110 3111 3112 | time octave_ode2odes $1 else $1_odes.dat2: $1_ode2odes.m time octave_ode2odes $1 endif endif | < | | > | 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 | time octave_ode2odes $1 else $1_odes.dat2: $1_ode2odes.m time octave_ode2odes $1 endif endif $1_ode2odes.out: $1_ode2odes.c $1_cr.h echo Creating $1_odes.out by compiling $1_ode2odes.c $CC $1_ode2odes.c -lp2c -lm -o $1_ode2odes.out ifeq ($computation,c) $1_odes.dat2: $1_ode2odes.out echo Creating $1_odes.dat2 using c version time ./$1_ode2odes.out>$1_odes.dat2 endif ifeq ($computation,cc) $1_sim.exe: $1_ese.r |
︙ | ︙ |