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: e6a7948e4e82374a44e47fe14794a734d7288766fc0f8f02e8f4143f366d4ae6
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: 8c3cc87a7c user: gawthrop@users.sourceforge.net tags: origin/master, trunk
09:47:50
Include crs as c files check-in: e6a7948e4e user: gawthrop@users.sourceforge.net tags: origin/master, trunk
09:04:54
*** empty log message *** check-in: f49f372c3e 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
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
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`")
{


MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]