Overview
Comment:Removed u from default arg list.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 255ee14a9fa9a66ec767b89e8ad5fbb8c14d8ddad4fbc24e27be6aae05382ddf
User & Date: gawthrop@users.sourceforge.net on 1996-08-16 06:36:03.000
Other Links: branch diff | manifest | tags
Context
1996-08-16
08:24:31
Correctly chooses how to make a ps file using $REPTYPE. check-in: e614bfbe5f user: gawthrop@users.sourceforge.net tags: origin/master, trunk
06:36:03
Removed u from default arg list. check-in: 255ee14a9f user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1996-08-15
16:47:47
DAE solution (experimental) included. check-in: c7c8b3075d user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes
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
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







+
+
+










-
+







# Copyright (c) P.J.Gawthrop, 1996.

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.2  1996/08/15 16:24:43  peter
## Uses T in place of t to avoid name clash within function.
##
## Revision 1.1  1996/08/15 11:56:38  peter
## Initial revision
##
###############################################################

echo Creating $1_odesol.m
rm -f ode2odesol_m.log

if [ "$2" = "" ]; 
then
  PARAMS='T=[0:0.1:10]; x0=zeros(10,1);u=1'
  PARAMS='T=[0:0.1:10]; x0=zeros(nx,1);'
  echo Using default parameter $PARAMS
else
  PARAMS=$2;
fi

PARAMS="$PARAMS ;"


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