Resolved conflict in python/py_doc.cpp

Former-commit-id: 5686d72eec
This commit is contained in:
Guillermo Lomas Rodríguez
2016-10-20 11:58:03 +02:00
parent b80afb29dd
commit 4b8d479be6
-4
View File
@@ -275,12 +275,8 @@ const char *__doc_igl_copyleft_cgal_remesh_self_intersections = R"igl_Qu8mg5v7(/
// // remove any vertices now unreferenced after duplicate mapping.
// igl::remove_unreferenced(VV,FF,SV,SF,UIM);
// // Now (SV,SF) is ready to extract outer hull
<<<<<<< HEAD
// igl::copyleft::cgal::outer_hull(SV,SF,G,J,flip);)igl_Qu8mg5v7";
=======
// igl::copyleft::cgal::outer_hull(SV,SF,G,J,flip);
//)igl_Qu8mg5v7";
>>>>>>> upstream/master
const char *__doc_igl_copyleft_comiso_miq = R"igl_Qu8mg5v7(// Inputs:
// V #V by 3 list of mesh vertex 3D positions
// F #F by 3 list of faces indices in V