Overview
Comment:*** empty log message ***
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: e2f81d4c7ce0bc630907029a13840e3e395ba10ed88cebcb1dfa3450bfcf724d
User & Date: gawthrop@users.sourceforge.net on 1998-07-17 19:48:46
Other Links: branch diff | manifest | tags
Context
1998-07-19
12:44:35
Set MTTYz := 0 if the array is empty - avoids irritating error
message.
check-in: a249e95c5e user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1998-07-17
19:48:46
*** empty log message *** check-in: e2f81d4c7c user: gawthrop@users.sourceforge.net tags: origin/master, trunk
19:47:35
Minor changes check-in: 7ecadabf89 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/mttrc from [caa4b98990] to [81668d1978].

11
12
13
14
15
16
17



18
19
20
21
22
23
24


###############################################################
## Version control history
###############################################################
## $Id$
## $Log$



## Revision 1.6  1998/03/13 11:53:29  peterg
## reduce --> reduce 64
##
## Revision 1.5  1998/01/16 08:55:01  peterg
## MAKE=make
##
## Revision 1.4  1998/01/06 09:14:51  peterg







>
>
>







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


###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.7  1998/03/24 09:11:49  peterg
## Compatible with .csh version
##
## Revision 1.6  1998/03/13 11:53:29  peterg
## reduce --> reduce 64
##
## Revision 1.5  1998/01/16 08:55:01  peterg
## MAKE=make
##
## Revision 1.4  1998/01/06 09:14:51  peterg
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
export MTT_COMPONENTS=$MTTPATH/lib/comp
export MTT_CRS=$MTTPATH/lib/cr
export MTT_EXAMPLES=$MTTPATH/lib/examples
export MTT_LIB=$MTTPATH/lib

#Ask octave to tell me its path
#export OCTAVE_LOAD_PATH=`mtt_octave_path`
OCTAVE_LOAD_PATH=$OCTAVE_PATH

#Setup octave
export OCTAVE_PATH=$OCTAVE_LOAD_PATH\:$MATRIX_PATH
export MATRIX="octave --path $OCTAVE_PATH"

#Setup matlab
#MATLABPATH $MATLABPATH\:$MATRIX_PATH
#export MATLABPATH=
# Setup the symbolic stuff
export SYMBOLIC='reduce 64'







|


|







53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
export MTT_COMPONENTS=$MTTPATH/lib/comp
export MTT_CRS=$MTTPATH/lib/cr
export MTT_EXAMPLES=$MTTPATH/lib/examples
export MTT_LIB=$MTTPATH/lib

#Ask octave to tell me its path
#export OCTAVE_LOAD_PATH=`mtt_octave_path`
OCTAVE_LOAD_PATH=`mtt_octave_path`

#Setup octave
export OCTAVE_PATH=\:.$OCTAVE_LOAD_PATH\:$MATRIX_PATH
export MATRIX="octave --path $OCTAVE_PATH"

#Setup matlab
#MATLABPATH $MATLABPATH\:$MATRIX_PATH
#export MATLABPATH=
# Setup the symbolic stuff
export SYMBOLIC='reduce 64'


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