* along with Dynare. If not, see <http://www.gnu.org/licenses/>.
*/
// Test for ModelSolution
// Uses fs2000k2.mod and its ..._dynamic.mexw32
// Test for ModelSolution; to be used with model1.mod
#include <iostream>
#include "ModelSolution.hh"
...
...
@@ -27,56 +28,50 @@ main(int argc, char **argv)
{
if(argc<2)
{
std::cerr<<argv[0]<<": please provide as argument the name of the dynamic DLL generated from fs2000k2.mod (typically fs2000k2_dynamic.mex*)"<<std::endl;
std::cerr<<argv[0]<<": please provide as argument the name of the dynamic DLL generated from model1.mod (typically model1_dynamic.mex*)"<<std::endl;