Parcourir la source

Bug fix.

Former-commit-id: 4659fbf57ca007cf5ecf76af06760b37edd5e97c
Qingnan Zhou il y a 9 ans
Parent
commit
897e99527b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      include/igl/copyleft/cgal/SelfIntersectMesh.h

+ 1 - 1
include/igl/copyleft/cgal/SelfIntersectMesh.h

@@ -107,7 +107,7 @@ namespace igl
           typedef std::map<EMK,EMV> EdgeMap;
           typedef std::map<EMK,EMV> EdgeMap;
           // Maps edges of offending faces to all incident offending faces
           // Maps edges of offending faces to all incident offending faces
           EdgeMap edge2faces;
           EdgeMap edge2faces;
-          std::vector<std::pair<const Box&, const Box&> > candidate_box_pairs;
+          std::vector<std::pair<const Box, const Box> > candidate_box_pairs;
 
 
         public:
         public:
           RemeshSelfIntersectionsParam params;
           RemeshSelfIntersectionsParam params;