Overview
Comment: | Geraint's pow() mods |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
e178bab80531e0bcc1242eaf2ee8e6dd |
User & Date: | gawthrop@users.sourceforge.net on 2000-11-09 17:19:52 |
Other Links: | branch diff | manifest | tags |
Context
2000-11-10
| ||
09:29:31 |
Changed the name regexp to be at least 3 characters long - avoids problem translating som state files - but needs more work check-in: f5a07fd9df user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
2000-11-09
| ||
17:19:52 | Geraint's pow() mods check-in: e178bab805 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
17:06:39 | Now does euler for cc check-in: 8348c15b39 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/mtt_header from [6c55bf9b18] to [de5c0e19db].
︙ | ︙ | |||
8 9 10 11 12 13 14 15 16 17 18 19 20 21 | # Copyright (C) 2000 by Peter J. Gawthrop ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.11 2000/11/09 15:29:35 peterg ## lower-case declarations ## ## Revision 1.10 2000/11/07 17:20:51 peterg ## useful-functions.hh now included locally ## ## Revision 1.9 2000/11/07 16:56:24 peterg | > > > | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | # Copyright (C) 2000 by Peter J. Gawthrop ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.12 2000/11/09 16:09:46 peterg ## Declare dummy variables (mtt_s1 etc) ## ## Revision 1.11 2000/11/09 15:29:35 peterg ## lower-case declarations ## ## Revision 1.10 2000/11/07 17:20:51 peterg ## useful-functions.hh now included locally ## ## Revision 1.9 2000/11/07 16:56:24 peterg |
︙ | ︙ | |||
434 435 436 437 438 439 440 441 442 443 444 445 446 447 | function write_DLD_header () { cat <<EOF #include <octave/oct.h> #include <octave/ov-struct.h> #include <octave/toplev.h> #include "useful-functions.hh" #include "${system}_def.h" #include "${system}_sympar.h" DEFUN_DLD (${system}_${rep}, args, , "Usage: [$output] = ${system}_${rep}($args) | > | 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 | function write_DLD_header () { cat <<EOF #include <octave/oct.h> #include <octave/ov-struct.h> #include <octave/toplev.h> #include <math.h> #include "useful-functions.hh" #include "${system}_def.h" #include "${system}_sympar.h" DEFUN_DLD (${system}_${rep}, args, , "Usage: [$output] = ${system}_${rep}($args) |
︙ | ︙ |