Overview
Comment: | Put in proper header etc |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
e7fdcea11a7e4a7ed493e41588bd47d2 |
User & Date: | gawthrop@users.sourceforge.net on 2000-04-07 11:01:15 |
Other Links: | branch diff | manifest | tags |
Context
2000-04-07
| ||
13:24:41 | Modified for smxa and smxax check-in: 0cddda5337 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
11:01:15 | Put in proper header etc check-in: e7fdcea11a user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
08:17:37 | Added mttpar to the arg list of cse and cseo check-in: 6a69646ca0 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/cse2smx_lang from [0fb70f9e53] to [4a0f834f3b].
1 2 3 4 5 6 7 | # Language if [ -n "$2" ]; then lang=$2 else lang="r" fi | > > > > > > > > > > | 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: cse2csm_r # Constrained-state equation to linear constrained-state matrices conversion # Copyright (C) 2000 by Peter J. Gawthrop ## Modified from eailier version # Language if [ -n "$2" ]; then lang=$2 else lang="r" fi |
︙ | ︙ |