File mttroot/mtt/lib/cc/mtt_Reduce_Solver.hh artifact 64e757e6a7 part of check-in ce00f2811f
#include "mtt_Solver.hh" class Reduce_Solver : public Solver { // Dummy class // This will not be used unless the Reduce solver has failed earlier // in the model build process public: Reduce_Solver (sys_ae ae, const int npar, const int nu, const int nx, const int ny, const int nyz) : Solver (ae,npar,nu,nx,ny,nyz) { ; }; void Solve (void); ~Reduce_Solver (void) {}; };