Overview
Comment:Reinstated removal of the odeo.p file
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 15853cb768f127eda58c3f5bde380dc1427fd8e89acdbf9a4f995cb1a7139c59
User & Date: gawthrop@users.sourceforge.net on 1999-07-26 06:07:19
Other Links: branch diff | manifest | tags
Context
1999-07-27
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
00:03:21
Initial revision check-in: 340072b52b user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/trans/mtt_r2m from [2a529a9b60] to [28abfd9a50].

12
13
14
15
16
17
18



19
20
21
22
23
24
25
# Copyright (c) P.J.Gawthrop 1991, 1994, 1995, 1996, 1998

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



## Revision 1.6  1999/03/15 07:29:25  peterg
## Fixed various obscure reduce bugs
## THIS NEEDS A MAJOR REWRITE!!!!
##
## Revision 1.5  1998/08/13 16:25:07  peterg
## Removed some documentation form odeo.m
##







>
>
>







12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Copyright (c) P.J.Gawthrop 1991, 1994, 1995, 1996, 1998

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.7  1999/03/16 00:38:06  peterg
## Done some more tidying up
##
## Revision 1.6  1999/03/15 07:29:25  peterg
## Fixed various obscure reduce bugs
## THIS NEEDS A MAJOR REWRITE!!!!
##
## Revision 1.5  1998/08/13 16:25:07  peterg
## Removed some documentation form odeo.m
##
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
sed 's/mtt_matrix/mtty/'  <mtt_odeo >> $1_odeo.p

rm -f mtt_odeo mtt_ode

# Convert from Pascal syntax to Octave syntax 
 mtt_p2m<$1_odeo.p > $1_odeo.m 

#rm -f    $1_odeo.p

fi
  
if [ "$rep" = "sm" ]||[ "$rep" = "dm" ]; then

if [ "$rep" = "sm" ]; then
   #Header
  lang_header $1 $rep $ext '' [mtta,mttb,mttc,mttd] > $outfile.p







|
<







210
211
212
213
214
215
216
217

218
219
220
221
222
223
224
sed 's/mtt_matrix/mtty/'  <mtt_odeo >> $1_odeo.p

rm -f mtt_odeo mtt_ode

# Convert from Pascal syntax to Octave syntax 
 mtt_p2m<$1_odeo.p > $1_odeo.m 

 rm -f    $1_odeo.p

fi
  
if [ "$rep" = "sm" ]||[ "$rep" = "dm" ]; then

if [ "$rep" = "sm" ]; then
   #Header
  lang_header $1 $rep $ext '' [mtta,mttb,mttc,mttd] > $outfile.p


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