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: |
1368efa235ee1b031ba051a02276a010 |
User & Date: | gawthrop@users.sourceforge.net on 1999-03-15 23:27:16 |
Other Links: | branch diff | manifest | tags |
Context
1999-03-15
| ||
23:27:43 | Modified generation of odes.dat2 data check-in: 85feb53ab5 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
23:27:16 | Initial revision check-in: 1368efa235 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
23:05:29 | A complete rewrite - now puts into a Global matrix MTT_data check-in: 6c5b977e80 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Added mttroot/mtt/bin/trans/octave_ode2odes version [bca8071542].
> > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | #! /bin/sh ###################################### ##### Model Transformation Tools ##### ###################################### # Bourne shell script: octave_ode2odes # Runs the Octave script $1_ode2odeso.m # Copyright (c) P.J.Gawthrop 1999 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ############################################################### echo Creating $1_odes.dat2 $MATRIX -q <<EOF >octave_ode2odes.log global MTT_data $1_ode2odes; save -ascii $1_odes.dat2 MTT_data EOF |