11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Copyright (C) 2000 by Peter J. Gawthrop
###############################################################
## Version control history
###############################################################
## $Header$
## $Log$
## 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
|
>
>
>
|
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
|
###############################################################
#Check $MTTPATH has been set
mtt_check_var "$MTTPATH" "MTTPATH"
#Version
version='4.7.1'
# MTT recursion level is zero unless explicitly set
level=0
#Computation mode is octave by default
computation=octave
|
|
|
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.2'
# MTT recursion level is zero unless explicitly set
level=0
#Computation mode is octave by default
computation=octave
|