bug fix: SingularPoint in hp-ref

This commit is contained in:
Joachim Schöberl 2019-03-31 07:42:15 +02:00
parent f6a290e44f
commit b0eae54226

View File

@ -234,7 +234,7 @@ namespace netgen
class ReducePrimitiveIterator : public SolidIterator class ReducePrimitiveIterator : public SolidIterator
{ {
const BoxSphere<3> & box; BoxSphere<3> box;
public: public:
ReducePrimitiveIterator (const BoxSphere<3> & abox) ReducePrimitiveIterator (const BoxSphere<3> & abox)
: SolidIterator(), box(abox) { ; } : SolidIterator(), box(abox) { ; }