Skip to content
Snippets Groups Projects
Commit 7795df25 authored by Elias Pipping's avatar Elias Pipping
Browse files

[Cleanup] Modularise MyGeometry

parent 03514fb0
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,7 @@ common_sources = \ ...@@ -7,6 +7,7 @@ common_sources = \
enumparser.cc \ enumparser.cc \
fixedpointiterator.cc \ fixedpointiterator.cc \
friction_writer.cc \ friction_writer.cc \
sand-wedge-data/mygeometry.cc \
sand-wedge-data/mygrid.cc \ sand-wedge-data/mygrid.cc \
solverfactory.cc \ solverfactory.cc \
state.cc \ state.cc \
......
...@@ -75,7 +75,6 @@ ...@@ -75,7 +75,6 @@
#include "friction_writer.hh" #include "friction_writer.hh"
#include "sand-wedge-data/mybody.hh" #include "sand-wedge-data/mybody.hh"
#include "sand-wedge-data/mygeometry.hh" #include "sand-wedge-data/mygeometry.hh"
#include "sand-wedge-data/mygeometry.cc" // FIXME
#include "sand-wedge-data/myglobalfrictiondata.hh" #include "sand-wedge-data/myglobalfrictiondata.hh"
#include "sand-wedge-data/mygrid.hh" #include "sand-wedge-data/mygrid.hh"
#include "sand-wedge-data/special_writer.hh" #include "sand-wedge-data/special_writer.hh"
......
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