Overview
Comment:Corrected bug in logic declatations
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: f58fe3c9bce8de4885e6d3a907cff6b8d3b3d85b40ae8f283081fe11a5b2ac2e
User & Date: gawthrop@users.sourceforge.net on 2000-12-03 16:11:43
Other Links: branch diff | manifest | tags
Context
2000-12-03
17:15:18
*** empty log message *** check-in: ec2132ca33 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
16:11:43
Corrected bug in logic declatations check-in: f58fe3c9bc user: gawthrop@users.sourceforge.net tags: origin/master, trunk
16:06:22
Fixed bug in generating dummies
Added logic declarations
check-in: 2e73eadee8 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/trans/mtt_header from [e9500f09d1] to [b424877f21].

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
25







+
+
+
+







# Copyright (C) 2000 by Peter J. Gawthrop

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.18  2000/12/03 16:06:22  peterg
## Fixed bug in generating dummies
## Added logic declarations
##
## Revision 1.17  2000/12/01 20:55:01  peterg
## Added Geraint's fix for zeroing matrices
##
## Revision 1.16  2000/12/01 17:56:30  peterg
## Removed spurious  echo '## Set matrices to zero' - thanks Geraint
##
## Revision 1.15  2000/11/29 21:06:16  peterg
341
342
343
344
345
346
347
348

349
350
351
352
353
354
355
345
346
347
348
349
350
351

352
353
354
355
356
357
358
359







-
+







$Lc Parameters $Rc
EOF
sympar2par_txt2m ${system} ""  "$constant_declaration" "$minusone"
cat <<EOF

$Lc Switches $Rc
EOF
strip_comments <${system}_logic.txt | awk '{printf("  int %s = 0;\n", tolower($1))}' 
strip_comments <${system}_switch.txt | awk '{printf("  int %s = 0;\n", tolower($1))}' 

fi

# States
if [ "$states" = "yes" ]; then
cat <<EOF


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