Overview
Comment:Put in proper header etc
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: e7fdcea11a7e4a7ed493e41588bd47d2fe66fb2183486c3c37fde1fcb4b481a9
User & Date: gawthrop@users.sourceforge.net on 2000-04-07 11:01:15.000
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










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

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