File mttroot/mtt/lib/cc/mtt_Solver.cc artifact effe0746c4 part of check-in c4c37283ad
#include "mtt_Solver.hh" MTT::Solver::Solver (const int npar, const int nu, const int nx, const int ny, const int nyz) { _np = npar; _nu = nu; _nx = nx; _ny = ny; _nyz = nyz; _uui = ColumnVector (_nu+_nyz); };