Overview
| Comment: | Now generates _switcha.m as well -- needed for implicit integration |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
82f51e3de39d5ef969740074e432692d |
| User & Date: | gawthrop@users.sourceforge.net on 1998-10-01 15:46:34.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
1998-10-01
| ||
| 16:01:09 | Now does implicit integration with switches check-in: 5f43ad54ef user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 15:46:34 | Now generates _switcha.m as well -- needed for implicit integration check-in: 82f51e3de3 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
|
1998-09-30
| ||
| 17:41:24 | Implicit method now allows for switches via _switchA check-in: c6d26e5133 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/switch_txt2m
from [bf7ae14172]
to [b75f922f5a].
| ︙ | |||
8 9 10 11 12 13 14 15 16 17 18 19 | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | + - + - + - - - + + + + + + - - + + + + + + + + - + + + + + + + + + + + + + |
# Convert switch file from txt to m
# P.J.Gawthrop May 1997
# Copyright (c) P.J.Gawthrop, 1997.
echo Creating $1_switch.m
echo Creating $1_switcha.m
# Find system constants
Nx=`grep "MTTNx " <$1_def.r | awk '{print $3}' | sed 's/;//'`
#Write some file headers
|