Overview
Comment:Now sh (as opposed to bash) compatible - fixed dat22dat again
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 7be2b8967bf9c8ad127a7af108b3f06cd151bec6cbbed52ff9bc5ebf6db8b999
User & Date: gawthrop@users.sourceforge.net on 2000-09-27 16:15:55
Other Links: branch diff | manifest | tags
Context
2000-09-30
13:53:07
Default to empty matix in numpar.m -- avoids probs for parameter-free systems check-in: 6a4ba97565 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
2000-09-27
16:15:55
Now sh (as opposed to bash) compatible - fixed dat22dat again check-in: 7be2b8967b user: gawthrop@users.sourceforge.net tags: origin/master, trunk
16:12:50
Use expr to evaluate arithmetic - compatible with sh (as opposed to
bash)
check-in: 2f1170e58c user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/mtt from [a52d30f183] to [a1c1c1a87c].

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







+
+
+







# Copyright (C) 2000 by Peter J. Gawthrop

###############################################################
## Version control history
###############################################################
## $Header$
## $Log$
## Revision 1.267  2000/09/21 10:08:30  peterg
## Version 4.7.1 - bug in odes.dat representation fixed in dat22dat
##
## Revision 1.266  2000/09/19 07:47:38  peterg
## fig2dev back to eps - ps produces a4 style output.
##
## Revision 1.265  2000/09/19 07:45:28  peterg
## Version 4.7
##
## Revision 1.264  2000/09/15 08:37:27  peterg
896
897
898
899
900
901
902
903

904
905
906
907
908
909
910
899
900
901
902
903
904
905

906
907
908
909
910
911
912
913







-
+







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


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

#Version
version='4.7.1'
version='4.7.2'

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

#Computation mode is octave by default
computation=octave


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