Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 1d75e11e authored by frey_m's avatar frey_m
Browse files

ArbitraryDomain: remove minCoords_m and maxCoords_m variables

parent e129c63d
No related branches found
No related tags found
1 merge request!396Resolve "Code duplication in Domains"
...@@ -97,8 +97,6 @@ private: ...@@ -97,8 +97,6 @@ private:
std::map<int, bool> IsInsideMap; std::map<int, bool> IsInsideMap;
Vector_t geomCentroid_m; Vector_t geomCentroid_m;
Vector_t minCoords_m;
Vector_t maxCoords_m;
Vector_t globalInsideP0_m; Vector_t globalInsideP0_m;
// Conversion from (x,y,z) to index in xyz plane // Conversion from (x,y,z) to index in xyz plane
......
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