Differences From Artifact [effe0746c4]:

To Artifact [bc6c28056d]:


8
9
10
11
12
13
14

15
16
		     const int nyz)
{
  _np  = npar; 
  _nu  = nu;
  _nx  = nx;
  _ny  = ny;
  _nyz = nyz;

  _uui = ColumnVector (_nu+_nyz);
};







>


8
9
10
11
12
13
14
15
16
17
		     const int nyz)
{
  _np  = npar; 
  _nu  = nu;
  _nx  = nx;
  _ny  = ny;
  _nyz = nyz;
  _ui  = ColumnVector (_nyz,0.0);
  _uui = ColumnVector (_nu+_nyz);
};

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