Overview
Comment: | Fixed bug using -sub in cbg view |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
8d16ed7b08c13f7f46c75b803eaa833d |
User & Date: | gawthrop@users.sourceforge.net on 2000-09-15 08:37:27 |
Other Links: | branch diff | manifest | tags |
Context
2000-09-15
| ||
09:01:41 | Updated internal comments check-in: 4bd499a3c9 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
08:37:27 | Fixed bug using -sub in cbg view check-in: 8d16ed7b08 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
08:27:07 | Removed debugging lines check-in: 557481a2c2 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mtt from [b9606e3c0b] to [428c04922b].
︙ | ︙ | |||
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.262 2000/09/14 17:16:33 peterg ## Fixes some outstanding bugs: ## perpendicular strokes in cbg.fig ## proper display of hierachical cbg file (-sub and -viewlevel) ## ## Revision 1.261 2000/09/14 12:43:46 peterg ## view of ps s files now uses -sub and -viewlevel options | > > > | 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.263 2000/09/15 07:33:35 peterg ## Replace fig2dev language eps by ps to avoid version problem. ## ## Revision 1.262 2000/09/14 17:16:33 peterg ## Fixes some outstanding bugs: ## perpendicular strokes in cbg.fig ## proper display of hierachical cbg file (-sub and -viewlevel) ## ## Revision 1.261 2000/09/14 12:43:46 peterg ## view of ps s files now uses -sub and -viewlevel options |
︙ | ︙ | |||
2719 2720 2721 2722 2723 2724 2725 | endif # Hypertext view $1_$2.hview: $1_$2.html $HTMLVIEW $1_$2/$1_$2.html& #View a ps file | | | | 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 | endif # Hypertext view $1_$2.hview: $1_$2.html $HTMLVIEW $1_$2/$1_$2.html& #View a ps file $Subsystem_$2.pview: $1_$2.ps echo Creating view of $Subsystem_$2 - ps file mtt_multi $PSVIEW $Subsystem $2 ps $viewlevel | sh #View a gdat file $1_$2.dview: $1_$2.gdat echo Creating view of $1_$2 gdat2view $1_$2 '$ARGS'& |
︙ | ︙ |