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.63 2004/08/28 22:08:41 geraint
## Fixed zeromatrices statements: spaces instead of commas
##
## Revision 1.62 2004/07/19 22:22:25 geraint
## Fixed initialisation of ColumnVectors for -oct.
##
## Revision 1.61 2004/06/21 16:30:41 gawthrop
|
>
>
>
|
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.64 2004/08/29 01:48:46 geraint
## Added rules to create headers for sorted systems: sesx and sesy.
##
## Revision 1.63 2004/08/28 22:08:41 geraint
## Fixed zeromatrices statements: spaces instead of commas
##
## Revision 1.62 2004/07/19 22:22:25 geraint
## Fixed initialisation of ColumnVectors for -oct.
##
## Revision 1.61 2004/06/21 16:30:41 gawthrop
|
400
401
402
403
404
405
406
407
408
409
410
411
412
413
|
states=no;
inputs=no;
parameters=no;
output='mttsimpar'
oct_rep_include="#include <mtt_simpar.hh>"
oct_return_type="mtt_simpar"
;;
sese)
states=yes;
inputs=yes;
parameters=yes;
output="mttdx,mtty";
args=$eqnargs;
zeromatrices="dx y";
|
>
>
>
>
>
>
>
|
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
|
states=no;
inputs=no;
parameters=no;
output='mttsimpar'
oct_rep_include="#include <mtt_simpar.hh>"
oct_return_type="mtt_simpar"
;;
sae)
states=yes;
inputs=yes;
parameters=yes;
output=mttyz;
args=$eqnargs;
;;
sese)
states=yes;
inputs=yes;
parameters=yes;
output="mttdx,mtty";
args=$eqnargs;
zeromatrices="dx y";
|