Artifact eef0c4b843caad43bedf130cbe54a8a4363cd68a0adbe15a0bef626e6c566cc4:
- Executable file mttroot/mtt/bin/trans/mtt_getsize — part of check-in [1282bd5438] at 2000-02-08 08:40:50 on branch origin/master — Initial revision (user: gawthrop@users.sourceforge.net, size: 362) [annotate] [blame] [check-ins using]
#! /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