Skip to content
Snippets Groups Projects
Commit ea53bf87 authored by Müller, Felix's avatar Müller, Felix Committed by Praetorius, Simon
Browse files

Renamed Marker.cpp to Marker.inc.hpp

parent 01ddd2b7
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,6 @@ dune_library_add_sources(amdis SOURCES
AMDiS.cpp
Initfile.cpp
InitfileParser.cpp
Marker.cpp
ProblemInstatBase.cpp
# ProblemInstat.cpp
ProblemStat.cpp
......@@ -38,6 +37,7 @@ install(FILES
LocalAssembler.hpp
LocalAssemblerBase.hpp
Marker.hpp
Marker.inc.hpp
Mesh.hpp
Operations.hpp
Operators.hpp
......
......@@ -343,3 +343,5 @@ namespace AMDiS {
};
}
#include "Marker.inc.hpp"
\ No newline at end of file
// TODO: Cleanup of copied comments
#include "Marker.hpp"
#include <amdis/common/Math.hpp>
namespace AMDiS {
......
......@@ -20,7 +20,7 @@
#include <amdis/Flag.hpp>
#include <amdis/Initfile.hpp>
#include <amdis/LinearAlgebra.hpp>
#include <amdis/Marker.cpp>
#include <amdis/Marker.hpp>
#include <amdis/Mesh.hpp>
#include <amdis/ProblemStatBase.hpp>
#include <amdis/ProblemStatTraits.hpp>
......
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