Skip to content
Snippets Groups Projects
Commit 6365354f authored by Praetorius, Simon's avatar Praetorius, Simon
Browse files

some errors found by cppclean

parent eec326ae
No related branches found
No related tags found
1 merge request!109some errors found by cppclean
......@@ -10,12 +10,12 @@ namespace AMDiS
{
// forward declarations
class AdaptInfo;
class ProblemInterationInterface;
class ProblemIterationInterface;
class ProblemTimeInterface;
/** \ingroup Adaption
* \brief
* AdaptInstationary implements the adaptive procdure for time dependent
* AdaptInstationary implements the adaptive procedure for time dependent
* problems (see ProblemInstat). It contains a pointer to a ProblemInstat
* object.
*/
......
#pragma once
#include "ProblemInstat.hpp"
#include <string>
#include <vector>
......
......@@ -2,13 +2,13 @@
#include <string>
#include "Flag.hpp"
#include "ProblemIterationInterface.hpp"
namespace AMDiS
{
// forward declarations
class AdaptInfo;
class Flag;
class ProblemStatBase;
/// A master problem for a single non coupled problem.
......
......@@ -48,8 +48,4 @@ namespace AMDiS
virtual void solveImpl(Mat const& A, Vec& x, Vec const& b, Comm& comm, SolverInfo& solverInfo) = 0;
};
template <class Matrix, class Vector>
struct SolverCreator;
} // end namespace AMDiS
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