Overview
Comment: | Include crs as c files |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
cdab5d5f318a07f72ab8506c9f808c4e |
User & Date: | gawthrop@users.sourceforge.net on 2000-12-05 09:47:50 |
Other Links: | branch diff | manifest | tags |
Context
2000-12-05
| ||
09:59:37 | Generates $1_cr.h - allows inclusion of c functions for crs check-in: 662ef6ca30 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
09:47:50 | Include crs as c files check-in: cdab5d5f31 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
09:04:54 | *** empty log message *** check-in: a1151ccca5 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/mtt_header from [9acfcb8822] to [d09fce34a6].
︙ | ︙ | |||
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.21 2000/12/04 08:52:40 peterg ## Zapped () in functions for sh compatibility ## ## Revision 1.20 2000/12/04 08:19:27 peterg ## Added switch declarations - in logic.cc ## ## Revision 1.19 2000/12/03 16:11:43 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.22 2000/12/04 12:19:12 peterg ## Changed $() to `` and $() to expr for sh compatibility -- geraint ## ## Revision 1.21 2000/12/04 08:52:40 peterg ## Zapped () in functions for sh compatibility ## ## Revision 1.20 2000/12/04 08:19:27 peterg ## Added switch declarations - in logic.cc ## ## Revision 1.19 2000/12/03 16:11:43 peterg |
︙ | ︙ | |||
533 534 535 536 537 538 539 540 541 542 543 544 545 546 | #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) Octave ${rep} representation of system ${system} Generated by MTT on `date`") { | > > | 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 | #include <octave/ov-struct.h> #include <octave/toplev.h> #include <math.h> #include "useful-functions.hh" #include "${system}_def.h" #include "${system}_sympar.h" #include "${system}_cr.h" DEFUN_DLD (${system}_${rep}, args, , "Usage: [$output] = ${system}_${rep}($args) Octave ${rep} representation of system ${system} Generated by MTT on `date`") { |
︙ | ︙ |