Overview
Comment:Fixed logic rep
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 5523f0b58d309ed6c70bf35ad5bec950f48e32c3e2100c8a763a8170453cec8d
User & Date: gawthrop@users.sourceforge.net on 2000-10-17 09:53:20
Other Links: branch diff | manifest | tags
Context
2000-10-17
09:54:07
logic rep sorted out check-in: 60066730fb user: gawthrop@users.sourceforge.net tags: origin/master, trunk
09:53:20
Fixed logic rep check-in: 5523f0b58d user: gawthrop@users.sourceforge.net tags: origin/master, trunk
09:53:05
More on logic rep check-in: b18d4a85a4 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/trans/mtt_header from [12b2b249cc] to [18c2c46564].

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.6  2000/10/17 08:37:23  peterg
## Included logic rep
##
## Revision 1.5  2000/10/14 09:12:14  peterg
## No dies arguments and output itself
##
## Revision 1.4  2000/10/14 06:49:31  peterg
## Make parameter listing representation dependent
##
## Revision 1.3  2000/10/11 08:59:15  peterg
75
76
77
78
79
80
81
82

83
84
85
86


87
88
89
90
91
92
93
78
79
80
81
82
83
84

85
86
87


88
89
90
91
92
93
94
95
96







-
+


-
-
+
+







	states=no;
	inputs=no;
	parameters=no;
        output=mttu
        args=$inputeqnargs
	;;
    logic)
	states=yes;
	states=no;
	inputs=no;
	parameters=yes;
        output=mttu
        args=$inputeqnargs
        output=open
        args=$eqnargs
	;;
    numpar)
	states=no;
	inputs=no;
	parameters=no;
        output='mttpar'
	;;


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