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, 1997,1998,1999
###############################################################
## Version control history
###############################################################
## $Header$
## $Log$
## Revision 1.206 1999/04/02 06:28:54 peterg
## New implicit method - solves numerical prob with ISW
##
## Revision 1.205 1999/03/15 23:27:43 peterg
## Modified generation of odes.dat2 data
##
## Revision 1.204 1999/03/15 05:53:33 peterg
## Put in user-defined representations
##
## Revision 1.203 1999/03/08 03:51:12 peterg
|
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
|
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
|
-
+
|
###############################################################
#Check $MTTPATH has been set
mtt_check_var "$MTTPATH" "MTTPATH"
#Version
version='3.5'
version='3.6'
# MTT recursion level is zero unless explicitly set
level=0
#Computation mode is octave by default
computation=octave
|