Differences From Artifact [0fb70f9e53]:
- Executable file mttroot/mtt/bin/trans/cse2smx_lang — part of check-in [980c4b25e6] at 1999-11-07 06:43:20 on branch origin/master — Initial revision (user: gawthrop@users.sourceforge.net, size: 2190) [annotate] [blame] [check-ins using]
To Artifact [4a0f834f3b]:
- Executable file mttroot/mtt/bin/trans/cse2smx_lang — part of check-in [e7fdcea11a] at 2000-04-07 11:01:15 on branch origin/master — Put in proper header etc (user: gawthrop@users.sourceforge.net, size: 2521) [annotate] [blame] [check-ins using]
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
|
| ︙ | ︙ |