Browse Source

fix doc includes unnecessary argument

KarlLeell 6 years ago
parent
commit
80b2282f69
1 changed files with 0 additions and 1 deletions
  1. 0 1
      include/igl/bounding_box_diagonal.h

+ 0 - 1
include/igl/bounding_box_diagonal.h

@@ -16,7 +16,6 @@ namespace igl
   //
   // Inputs:
   //   V  #V by 3 list of vertex positions
-  //   F  #F by 3 list of triangle indices into V
   // Returns length of bounding box diagonal
   IGL_INLINE double bounding_box_diagonal( const Eigen::MatrixXd & V);
 }