2 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3 * Copyright (C) 2011 - DIGITEO - Cedric DELAMARRE
5 * This file must be used under the terms of the CeCILL.
6 * This source file is licensed as described in the file COPYING, which
7 * you should have received as part of this distribution. The terms
8 * are also available at
9 * http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
12 /*--------------------------------------------------------------------------*/
13 #ifndef __CHECK_ODE_ERROR__
14 #define __CHECK_ODE_ERROR__
17 #include "dynlib_differential_equations.h"
19 DIFFERENTIAL_EQUATIONS_IMPEXP int checkOdeError(int meth, int istate);
20 DIFFERENTIAL_EQUATIONS_IMPEXP int checkError(int idid, std::string strName);
22 #endif // __CHECK_ODE_ERROR__