Differences From Artifact [fda871e4a8]:

To Artifact [aa5007007b]:


11
12
13
14
15
16
17



18
19
20
21
22
23
24
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27







+
+
+







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

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.10  1998/07/27 20:27:25  peterg
## Now get parameters for simpar file.
##
## Revision 1.9  1998/02/26 15:12:26  peterg
## Removed parameter stuff
##
# Revision 1.8  1996/08/30  14:54:36  peter
# Took back lock.
#
## Revision 1.7  1996/08/24  14:23:00  peter
73
74
75
76
77
78
79
80
81


82
83
84
85


86
87
88
89


90
91
92

93
94
95
96
97
98
99
76
77
78
79
80
81
82


83
84
85
86


87
88
89
90


91
92
93
94

95
96
97
98
99
100
101
102







-
-
+
+


-
-
+
+


-
-
+
+


-
+







# Simulation parameters
  $1_simpar;

  [nx,ny,nu,nz,nyz] = $1_def

  %Defaults
  
  if exist('mttWMIN')==0
    mttWMIN = -1;
  if exist('mttwmin')==0
    mttwmin = -1;
  end;

  if exist('mttWMAX')==0
    mttWMAX = 2;
  if exist('mttwmax')==0
    mttwmax = 2;
  end;

  if exist('mttWSTEPS')==0
    mttWSTEPS = 100;
  if exist('mttwsteps')==0
    mttwsteps = 100;
  end;

  W = logspace(mttWMIN,mttWMAX,mttWSTEPS)';
  W = logspace(mttwmin,mttwmax,mttwsteps)';

  if exist('u0')==0
    u0 = zeros(nu,1);
    u0(1) = 1;
  end;



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