Skip to content
Snippets Groups Projects
Commit a910608e authored by Martin Schönherr's avatar Martin Schönherr :speech_balloon:
Browse files

fix GridFactory

parent 07228515
No related branches found
No related tags found
1 merge request!72Clean up grid generator
......@@ -37,7 +37,6 @@
#include "geometries/Cuboid/Cuboid.h"
#include "grid/distributions/Distribution.h"
#include "grid/GridImp.h"
enum class TriangularMeshDiscretizationMethod
......@@ -55,8 +54,6 @@ public:
SPtr<Grid> makeGrid(Object* gridShape, real startX, real startY, real startZ, real endX, real endY, real endZ, real delta, uint level, const std::string& d3Qxx = "D3Q27")
{
Distribution distribution = DistributionHelper::getDistribution(d3Qxx);
return GridImp::makeShared(gridShape, startX, startY, startZ, endX, endY, endZ, delta, d3Qxx, level);
}
};
......
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