瀏覽代碼

remove default verbose output flag

Former-commit-id: 50415b0f5cebe83571e6194975f97a0ead7e3822
Alec Jacobson 9 年之前
父節點
當前提交
3d75ff2988
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/igl/triangle/triangulate.cpp

+ 1 - 1
include/igl/triangle/triangulate.cpp

@@ -54,7 +54,7 @@ IGL_INLINE void igl::triangle::triangulate(
   using namespace Eigen;
 
   // Prepare the flags
-  string full_flags = flags + "pzBV";
+  string full_flags = flags + "pzB";
 
   // Prepare the input struct
   triangulateio in;