Overview
Comment:Changed line length to 500.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: a4906ec565da11b2371d0c610e0acea7eaf620bae10897bc7771e904903d2d29
User & Date: gawthrop@users.sourceforge.net on 1996-08-30 11:04:28
Other Links: branch diff | manifest | tags
Context
1996-08-30
11:10:37
More files in clean up. check-in: 310ce6b99f user: gawthrop@users.sourceforge.net tags: origin/master, trunk
11:04:28
Changed line length to 500. check-in: a4906ec565 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
10:30:54
Switched order of args in matches. check-in: a73ab7c4bc user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/trans/ode_r2m from [0890ef8431] to [63d4209843].

10
11
12
13
14
15
16



17
18
19
20
21
22
23
# Copyright (c) P.J.Gawthrop 1991, 1994, 1995, 1996

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$



## Revision 1.1  1996/08/18 12:03:49  peter
## Initial revision
##
###############################################################

#Inform user
echo Creating $1_ode.m







>
>
>







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

common();

%Fortran switches - one line expressions
OFF echo;
ON fort$
cardno!* := 1$
fortwidth!* := 100$
OFF period$

MTTdx := MTTdx;

SHUT "$1_ode.m";
OFF fort;
% Now do the y = g(x,t) function.







|







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!* := 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

common();

%Fortran switches - one line expressions
OFF echo;
ON fort$
cardno!* := 1$
fortwidth!* := 100$
OFF period$

MTTy := MTTy;

SHUT "$1_odeo.m";














|












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!* := 500$
OFF period$

MTTy := MTTy;

SHUT "$1_odeo.m";








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