Overview
Comment:VERSION 3.1 release
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: fd17aa3eee4f258ec7e37be6da3454c103f5691055f7dba88f1bbeb983d70e2d
User & Date: gawthrop@users.sourceforge.net on 1998-08-18 10:49:05
Other Links: branch diff | manifest | tags
Context
1998-08-19
08:46:00
Now translates ; % to # check-in: 0020be47fc user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1998-08-18
10:49:05
VERSION 3.1 release check-in: fd17aa3eee user: gawthrop@users.sourceforge.net tags: origin/master, trunk
09:21:14
Removed "" from default simpar file. check-in: 1d8bb244c3 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/mtt from [1345428f41] to [c0a3f5b418].

10
11
12
13
14
15
16



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







+
+
+







# Copyright (c) P.J.Gawthrop, 1989, 1990, 1991, 1993, 1994, 1995, 1996.

###############################################################
## Version control history
###############################################################
## $Header$
## $Log$
## Revision 1.185  1998/08/18 09:21:14  peterg
## Removed "" from default simpar file.
##
## Revision 1.184  1998/08/18 09:08:26  peterg
## Now grabs components (specified in lbl file as alias) at the rbg stage
## - this makes sure that they are there when needed.
##
## Revision 1.183  1998/08/18 08:48:43  peterg
## Sorted out problem with ifeq ($REPTYPE,data) block - added else.
##
631
632
633
634
635
636
637
638

639
640
641
642
643
644
645
634
635
636
637
638
639
640

641
642
643
644
645
646
647
648







-
+







###############################################################


#Check $MTTPATH has been set
mtt_check_var "$MTTPATH" "MTTPATH"

#Version
version='3.0++'
version='3.1'

# MTT recursion level is zero unless explicitly set
level=0

#Computation mode is octave by default
computation=octave

764
765
766
767
768
769
770

771

772
773
774
775

776



777
778
779

780
781
782
783
784
785
786
787
788
767
768
769
770
771
772
773
774

775
776

777

778
779
780
781
782
783
784

785


786
787
788
789
790
791
792







+
-
+

-

-
+

+
+
+


-
+
-
-







    echo '       mtt <system_name> clean'
    echo '       mtt copy <system_name> <path_name>'
    echo '       mtt rename <old_name> <new_name>'
    echo '       mtt <system_name> <representation> vc'
    echo '       mtt <system_name> <representation> <language>'
    echo '       mtt <system_name> <representation> <language> <parameters>'
    echo 'Options: -q  quiet mode -- suppress MTT banner'
    echo '         -A  solve algebraic equations symbolically'
    echo '         -v  verbose mode'
    echo '         -D  debug -- leave log files etc'
    echo '         -I  prints more information'
    echo '         -p  print environment variables'
    echo '         -c  c-code generation'
    echo '         -o  ode and dae are the same'
    echo '         -d  <dir>  use directory <dir>'
    echo '         -d  <dir>  use directory <dir>'
    echo '         -o  ode and dae are the same'
    echo '         -p  print environment variables'
    echo '         -ss use steady-state info to initialise simulations'
    echo '         -t  tidy mode (default)'
    echo '         -u  untidy mode (leaves files in current dir)'
    echo '         -d  <dir>  use directory <dir>'
    echo '         -v  verbose mode'
    echo '         -D  debug -- leave log files etc'
    echo '         -A  solve algebraic equations symbolically'
    echo '         --version print version and exit'
    echo '         --versions print version of mtt and components and exit'
    exit
  fi
fi



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