Browse Source

Remove unnecesary comment in randperm

ycjungSubhuman 6 years ago
parent
commit
429745301a
1 changed files with 0 additions and 10 deletions
  1. 0 10
      include/igl/randperm.h

+ 0 - 10
include/igl/randperm.h

@@ -27,16 +27,6 @@ namespace igl
     const int n,
     const int n,
     Eigen::PlainObjectBase<DerivedI> & I,
     Eigen::PlainObjectBase<DerivedI> & I,
     URBG urbg);
     URBG urbg);
-
-  // Like matlab's randperm(n) but minus 1
-  //
-  //
-  // Inputs:
-  //   n  number of elements
-  //
-  //
-  // Outputs:
-  //   I  n list of rand permutation of 0:n-1
   template <typename DerivedI>
   template <typename DerivedI>
   IGL_INLINE void randperm(
   IGL_INLINE void randperm(
     const int n,
     const int n,