Overview
Comment:Fixes some outstanding bugs:
perpendicular strokes in cbg.fig
proper display of hierachical cbg file (-sub and -viewlevel)
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: b2ce4f920abf3c7281180f8e8dc4b6fdeefc9aab222d77716b07529625c3e338
User & Date: gawthrop@users.sourceforge.net on 2000-09-14 17:16:33
Other Links: branch diff | manifest | tags
Context
2000-09-15
07:33:35
Replace fig2dev language eps by ps to avoid version problem. check-in: e07bfbb24c user: gawthrop@users.sourceforge.net tags: origin/master, trunk
2000-09-14
17:16:33
Fixes some outstanding bugs:
perpendicular strokes in cbg.fig
proper display of hierachical cbg file (-sub and -viewlevel)
check-in: b2ce4f920a user: gawthrop@users.sourceforge.net tags: origin/master, trunk
15:13:02
Changed port CRs to give SISO system when used in isolation check-in: e789333022 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/mtt from [e419c1255c] to [a4b13d5b06].

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.260  2000/09/14 09:59:08  peterg
## Added -viewlevel switch
##
## Revision 1.259  2000/09/11 08:21:27  peterg
## Introduced MML - but for _tf rep only.
##
## Revision 1.258  2000/09/11 08:17:28  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.261  2000/09/14 12:43:46  peterg
## view of ps s files now uses -sub and -viewlevel options
##
## Revision 1.260  2000/09/14 09:59:08  peterg
## Added -viewlevel switch
##
## Revision 1.259  2000/09/11 08:21:27  peterg
## Introduced MML - but for _tf rep only.
##
## Revision 1.258  2000/09/11 08:17:28  peterg
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
###############################################################


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

#Version
version='4.5'

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

#Computation mode is octave by default
computation=octave








|







879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
###############################################################


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

#Version
version='4.6'

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