Overview
Comment:Initial revision
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 1282bd54388f88ee31f4b560f43b94e739401f61e8835dd9cb6828a2dc740915
User & Date: gawthrop@users.sourceforge.net on 2000-02-08 08:40:50
Other Links: branch diff | manifest | tags
Context
2000-02-08
09:55:00
Added .oct language for ode
-- octave loadable builtin
check-in: 17ec611f35 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
08:40:50
Initial revision check-in: 1282bd5438 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
2000-02-07
15:48:33
Initial revision check-in: 748ce71f3b user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Added mttroot/mtt/bin/trans/mtt_getsize version [eef0c4b843].



































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#! /bin/sh

     ###################################### 
     ##### Model Transformation Tools #####
     ######################################

# Bourne shell script: p2C

# Gets array sizes for the def.r file
# P.J.Gawthrop Feb 2000
# Copyright (C) 2000 by Peter J. Gawthrop

    #$Id$	

N=`grep "MTTN$2 " <$1_def.r | awk '{print $3}' | sed 's/;//'`

echo $N


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