Преглед на файлове

Bug fix.

Former-commit-id: 4659fbf57ca007cf5ecf76af06760b37edd5e97c
Qingnan Zhou преди 9 години
родител
ревизия
897e99527b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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;
           // Maps edges of offending faces to all incident offending faces
           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:
           RemeshSelfIntersectionsParam params;