Pārlūkot izejas kodu

Remove unnecesary comment in randperm

ycjungSubhuman 6 gadi atpakaļ
vecāks
revīzija
429745301a
1 mainītis faili ar 0 papildinājumiem un 10 dzēšanām
  1. 0 10
      include/igl/randperm.h

+ 0 - 10
include/igl/randperm.h

@@ -27,16 +27,6 @@ namespace igl
     const int n,
     Eigen::PlainObjectBase<DerivedI> & I,
     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>
   IGL_INLINE void randperm(
     const int n,