Overview
Comment:Fixed odeo.p bug.
Fixed compound object bug in fig.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 1ec26d6640f57349c1a3dc438e2e5e7df364e8a5b4be673c307acd8e5593a84b
User & Date: gawthrop@users.sourceforge.net on 1999-07-27 03:50:13
Other Links: branch diff | manifest | tags
Context
1999-07-27
04:46:25
Initial revision check-in: b65c0d0c97 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
03:50:13
Fixed odeo.p bug.
Fixed compound object bug in fig.
check-in: 1ec26d6640 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1999-07-26
06:07:19
Reinstated removal of the odeo.p file check-in: 15853cb768 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/mtt from [7146e08b2d] to [0783bd55a8].

10
11
12
13
14
15
16



17
18
19
20
21
22
23
# Copyright (c) P.J.Gawthrop, 1989, 1990, 1991, 1993, 1994, 1995, 1996, 1997,1998,1999

###############################################################
## Version control history
###############################################################
## $Header$
## $Log$



## Revision 1.207  1999/04/02 07:17:37  peterg
## Upped version to 3.6 -- the new implicit solver with switches
##
## 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







>
>
>







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.208  1999/07/20 23:43:05  peterg
## V 3.8 ( to Eric)
##
## Revision 1.207  1999/04/02 07:17:37  peterg
## Upped version to 3.6 -- the new implicit solver with switches
##
## 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
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
###############################################################


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

#Version
version='3.8'

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

#Computation mode is octave by default
computation=octave








|







706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
###############################################################


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

#Version
version='3.8++'

# 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 ]