Skip to content
Snippets Groups Projects
Commit 61a022ce authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[MaL] Rename declarations.h->OdeSolverTypes.h.

parent 954d5326
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
#include "BaseLib/ConfigTree.h"
#include "declarations.h"
#include "OdeSolverTypes.h"
namespace MathLib
{
......
......@@ -12,7 +12,7 @@
#include <array>
#include "declarations.h"
#include "OdeSolverTypes.h"
namespace MathLib
{
......
......@@ -7,8 +7,8 @@
*
*/
#ifndef MATHLIB_ODE_DECLARATIONS_H
#define MATHLIB_ODE_DECLARATIONS_H
#ifndef MATHLIB_ODE_ODESOLVERTYPES_H
#define MATHLIB_ODE_ODESOLVERTYPES_H
#include <Eigen/Core>
......@@ -58,4 +58,4 @@ public:
};
}
#endif // MATHLIB_ODE_DECLARATIONS_H
#endif // MATHLIB_ODE_ODESOLVERTYPES_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment