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: 31be5766301a74e7660ce4d3b9d8456951eff0e12ed8ebd745d29a8b2d92c65c
User & Date: gawthrop@users.sourceforge.net on 2000-12-01 14:28:34
Other Links: branch diff | manifest | tags
Context
2000-12-01
14:51:26
Major changes towards partioning

- generates sub ese, def and struc
- generates indices for conversion of subsystem in/out/state - but not used yet check-in: b7f18e82f9 user: gawthrop@users.sourceforge.net tags: origin/master, trunk

14:28:34
Initial revision check-in: 31be576630 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
14:22:15
*** empty log message *** check-in: a49daaeeff user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Added mttroot/mtt/bin/trans/mtt_make_substruc version [39e2eb4e04].

































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

# Makes subsystem structure files for partitioning
# Copyright (C) 2000 by Peter J. Gawthrop

sys=$1
rep=$2
lang=$3

echo Creating structure files for subsystems
# Get subsystems
  subsystems=`mtt_get_subsystems -strip ${sys}`;

for subsystem in $subsystems; do
  grep $subsystem < ${sys}_struc.txt > ${sys}_${subsystem}_struc.txt
done


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