瀏覽代碼

Remove unnecesary comment in randperm

ycjungSubhuman 6 年之前
父節點
當前提交
429745301a
共有 1 個文件被更改,包括 0 次插入10 次删除
  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,