mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 05:50:32 +05:00
bug fix: SingularPoint in hp-ref
This commit is contained in:
parent
f6a290e44f
commit
b0eae54226
@ -234,7 +234,7 @@ namespace netgen
|
||||
|
||||
class ReducePrimitiveIterator : public SolidIterator
|
||||
{
|
||||
const BoxSphere<3> & box;
|
||||
BoxSphere<3> box;
|
||||
public:
|
||||
ReducePrimitiveIterator (const BoxSphere<3> & abox)
|
||||
: SolidIterator(), box(abox) { ; }
|
||||
|
Loading…
Reference in New Issue
Block a user