Skip to content
Snippets Groups Projects
Commit 5035284c authored by Naumann, Andreas's avatar Naumann, Andreas
Browse files

compiler error

parent 7a605e6e
No related branches found
No related tags found
No related merge requests found
#include "ProblemImplicit.h"
#include "MathFunctions.h"
using namespace std;
namespace AMDiS {
void ProblemImplicitBase::readDofVec(std::istream& in, DOFVector<double>* vec,
Mesh* mesh)
......
......@@ -5,6 +5,7 @@
#include "SurfaceRegion_ED.h"
#include "ElementRegion_ED.h"
#include <cstring>
namespace AMDiS {
void MacroInfo::fill(Mesh *pmesh, int nElements, int nVertices)
......
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