Overview
Comment:Compatible with .csh version
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: d652cd0075eafa3c928a999e5f0e35ec84c536bf5c62b1e2b6dacf0f4325c8f4
User & Date: gawthrop@users.sourceforge.net on 1998-03-24 09:11:49
Other Links: branch diff | manifest | tags
Context
1998-03-26
08:23:02
Use mixed case Topic for *) part of case sttement check-in: 5692b28dc0 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1998-03-24
09:11:49
Compatible with .csh version check-in: d652cd0075 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1998-03-23
12:55:01
Now writes out all the YY elements. check-in: beac6065ff user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/mttrc from [9337849b8f] to [caa4b98990].

11
12
13
14
15
16
17



18
19
20
21
22
23
24


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



## Revision 1.5  1998/01/16 08:55:01  peterg
## MAKE=make
##
## Revision 1.4  1998/01/06 09:14:51  peterg
## Added latex2html to setup
##
# Revision 1.3  1998/01/06  09:11:26  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.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
## Added latex2html to setup
##
# Revision 1.3  1998/01/06  09:11:26  peterg
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
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_LOAD_PATH=$OCTAVE_LOAD_PATH\:$MATRIX_PATH
export MATRIX="octave --path $OCTAVE_LOAD_PATH"

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

# Setup xfig
export FIG='xfig  -startfontsize 20 -metric -startgridmode 1'

# Setup ps viewer
export PSVIEW='ghostview'








|
|





|







53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
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'

# Setup xfig
export FIG='xfig  -startfontsize 20 -metric -startgridmode 1'

# Setup ps viewer
export PSVIEW='ghostview'


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