Overview
Comment:useful-functions.hh now included locally
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: efc041f9fa34339f00e0e11bc9f6a959d1b5758faff5bc26184e0c65a1be7b2a
User & Date: gawthrop@users.sourceforge.net on 2000-11-07 17:20:51
Other Links: branch diff | manifest | tags
Context
2000-11-07
19:18:26
Added declaration as third arg check-in: 495b25416a user: gawthrop@users.sourceforge.net tags: origin/master, trunk
17:20:51
useful-functions.hh now included locally check-in: efc041f9fa user: gawthrop@users.sourceforge.net tags: origin/master, trunk
16:56:24
Version from Geraint check-in: d30f7c6eee user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/trans/mtt_header from [4c8b8f966f] to [6b48f7198b].

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.2  2000/11/03 00:55:42  geraint
## typo: missed out 'd' in mttedx
## todo: need to accommodate mttsimpar
##
## Revision 1.1  2000/11/02 04:28:39  geraint
## Initial revision
##







>
>
>







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.9  2000/11/07 16:56:24  peterg
## Version from Geraint
##
## Revision 1.2  2000/11/03 00:55:42  geraint
## typo: missed out 'd' in mttedx
## todo: need to accommodate mttsimpar
##
## Revision 1.1  2000/11/02 04:28:39  geraint
## Initial revision
##
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
{
    cat <<EOF

#include <octave/oct.h>
#include <octave/ov-struct.h>
#include <octave/toplev.h>

#include <MTT/useful-functions.h>
#include "${system}_def.h"
#include "${system}_sympar.h"

DEFUN_DLD (${system}_${rep}, args, ,
"Octave ${rep} representation of system ${system}
Generated by MTT on $(date)")
{







|







302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
{
    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, ,
"Octave ${rep} representation of system ${system}
Generated by MTT on $(date)")
{


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