Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
amdis
amdis-core
Commits
ea53bf87
Commit
ea53bf87
authored
May 23, 2018
by
Müller, Felix
Committed by
Praetorius, Simon
May 23, 2018
Browse files
Renamed Marker.cpp to Marker.inc.hpp
parent
01ddd2b7
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/amdis/CMakeLists.txt
View file @
ea53bf87
...
...
@@ -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
...
...
src/amdis/Marker.hpp
View file @
ea53bf87
...
...
@@ -343,3 +343,5 @@ namespace AMDiS {
};
}
#include
"Marker.inc.hpp"
\ No newline at end of file
src/amdis/Marker.
c
pp
→
src/amdis/Marker.
inc.h
pp
View file @
ea53bf87
// TODO: Cleanup of copied comments
#include
"Marker.hpp"
#include
<amdis/common/Math.hpp>
namespace
AMDiS
{
...
...
src/amdis/ProblemStat.hpp
View file @
ea53bf87
...
...
@@ -20,7 +20,7 @@
#include
<amdis/Flag.hpp>
#include
<amdis/Initfile.hpp>
#include
<amdis/LinearAlgebra.hpp>
#include
<amdis/Marker.
c
pp>
#include
<amdis/Marker.
h
pp>
#include
<amdis/Mesh.hpp>
#include
<amdis/ProblemStatBase.hpp>
#include
<amdis/ProblemStatTraits.hpp>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment