Browse Source

style

Former-commit-id: c5040cc149c4b016c5ae04d30b75208accb3c145
Alec Jacobson 9 years ago
parent
commit
c828e27a44
1 changed files with 3 additions and 2 deletions
  1. 3 2
      include/igl/cut_mesh.h

+ 3 - 2
include/igl/cut_mesh.h

@@ -14,8 +14,9 @@
 
 namespace igl
 {
-  // Given a mesh and a list of edges that are to be cut, the function generates a
-  // new disk-topology mesh that has the cuts at its boundary.
+  // Given a mesh and a list of edges that are to be cut, the function
+  // generates a new disk-topology mesh that has the cuts at its boundary.
+  //
   // Inputs:
   //   V  #V by 3 list of the vertex positions
   //   F  #F by 3 list of the faces (must be triangles)