Overview
Comment:Removed some documentation form odeo.m
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 631107f592e1482ab179280ac381f7c9ef38cdc031249bb62cf595bfe9968fa4
User & Date: gawthrop@users.sourceforge.net on 1998-08-13 16:25:07.000
Other Links: branch diff | manifest | tags
Context
1998-08-14
07:58:13
Initial revision check-in: 1a24a30c1d user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1998-08-13
16:25:07
Removed some documentation form odeo.m check-in: 631107f592 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
15:10:47
Change temp var name to mtt_t1 etc check-in: 8ea77c2604 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes
12
13
14
15
16
17
18



19
20
21
22
23
24
25
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.4  1998/08/13 15:10:47  peterg
## Change temp var name to mtt_t1 etc
##
## Revision 1.3  1998/08/13 12:43:19  peterg
## Cahnged tmp variable to mtt_1 etc
##
## Revision 1.2  1998/07/27 20:26:44  peterg
## Put in correct N and M values for dm rep
##
## Revision 1.1  1998/07/27 16:30:26  peterg
207
208
209
210
211
212
213
214

215
216
217
218
219
220
221
222
223
224
225
226
210
211
212
213
214
215
216

217





218
219
220
221
222
223
224







-
+
-
-
-
-
-







    for i = 1:nyz
      printf("  mttui%i = mttui$Lb%i$Rb;\n",i,i);
    end;
    printf("\n");
  end;
  
EOF
  

  
  cat <<EOF >> $1_odeo.$ext
  
  % The output equations
EOF
sed 's/mtt_matrix/mtty/' $1_odeo.$ext.1 >> $1_odeo.$ext

# Convert from Pascal syntax to Octave syntax
  mv $1_odeo.m mtt_junk; mtt_p2m<mtt_junk > $1_odeo.m
#  mv $1_odea.m mtt_junk; mtt_p2m<mtt_junk > $1_odea.m
fi
  

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