10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
+
+
+
|
# Copyright (c) P.J.Gawthrop 1991, 1994, 1995, 1996
###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.2 1996/08/24 14:09:41 peter
## Global parameter passing.
##
## Revision 1.1 1996/08/18 12:03:49 peter
## Initial revision
##
###############################################################
#Inform user
echo Creating $1_ode.m
|
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
|
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
|
-
+
|
common();
%Fortran switches - one line expressions
OFF echo;
ON fort$
cardno!* := 1$
fortwidth!* := 100$
fortwidth!* := 500$
OFF period$
MTTdx := MTTdx;
SHUT "$1_ode.m";
OFF fort;
% Now do the y = g(x,t) function.
|
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
|
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
|
-
+
|
common();
%Fortran switches - one line expressions
OFF echo;
ON fort$
cardno!* := 1$
fortwidth!* := 100$
fortwidth!* := 500$
OFF period$
MTTy := MTTy;
SHUT "$1_odeo.m";
|