Overview
Comment:*** empty log message ***
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 491cb1527dd1c8f35a12f80b862b04835f2a12ecb208bf29b79b95e8c572bc0b
User & Date: gawthrop@users.sourceforge.net on 2000-12-03 17:15:18.000
Other Links: branch diff | manifest | tags
Context
2000-12-04
08:19:27
Added switch declarations - in logic.cc check-in: f0a9ddeb0d user: gawthrop@users.sourceforge.net tags: origin/master, trunk
2000-12-03
17:15:18
*** empty log message *** check-in: 491cb1527d user: gawthrop@users.sourceforge.net tags: origin/master, trunk
16:11:43
Corrected bug in logic declatations check-in: 318106ff9d user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes
11
12
13
14
15
16
17




18
19
20
21
22
23
24
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28







+
+
+
+







# Copyright (c) P.J.Gawthrop 1998

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.61  2000/11/10 14:46:53  peterg
## More fixes to avoid interpering variables as funs - basicly all
## functions now have at least ()
##
## Revision 1.60  2000/11/10 09:38:30  peterg
## Got rid of sys_name functions with no ()
##
## Revision 1.59  2000/11/10 09:29:31  peterg
## Changed the name regexp to be at least 3 characters long
##  - avoids problem translating som state files - but needs more work
##
559
560
561
562
563
564
565

566
567
568
569
570
571
572
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577







+







    else
      if (rep=="ode2odes")
                printf("END{%s}.\n", Sys_rep)
      else
        printf("END{%s};\n", Sys_rep)
}' Sys=$Sys sys=$sys Sys_rep=$Sys_rep rep=$rep \
   Nx=$Nx Nu=$Nu Ny=$Ny Method=$Method Stdin=$Stdin |\
sed 's/\\$//'    |\
sed 's/(\([ijk0-9,]*\))/\[\1\]/g'    |\
sed 's/(\(MTT[ijk0-9],[0-9]*\))/\[\1\]/g' |\
sed 's/(\([0-9]*,MTT[ijk0-9]\))/\[\1\]/g' |\
sed 's/(\(MTT[ijk0-9],MTT[ijk0-9]\))/\[\1\]/g' |\
sed 's/(\(MTT[ijk0-9,]*\))/\[\1\]/g'  |\
sed 's/switcha(mttAA,/switcha(/g'   |\
sed 's/switch(MTTx,/switch(/g'  |\

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