浏览代码

formatting

Former-commit-id: 99c878a48bb879a05ede8787f1b8e7b254b9d4de
Alec Jacobson 7 年之前
父节点
当前提交
a6ee5ddc4c
共有 1 个文件被更改,包括 5 次插入3 次删除
  1. 5 3
      include/igl/slice_cached.h

+ 5 - 3
include/igl/slice_cached.h

@@ -14,9 +14,11 @@
 namespace igl
 {  
 
-  // Act like the matlab X(row_indices,col_indices) operator, where
-  // row_indices, col_indices are non-negative integer indices. This is a fast version
-  // of igl::slice that can analyze and store the sparsity structure. It is slower at the // first evaluation (slice_cached_precompute), but faster on the subsequent ones.
+  // Act like the matlab X(row_indices,col_indices) operator, where row_indices,
+  // col_indices are non-negative integer indices. This is a fast version of
+  // igl::slice that can analyze and store the sparsity structure. It is slower
+  // at the irst evaluation (slice_cached_precompute), but faster on the
+  // subsequent ones.
   // 
   // Inputs:
   //   X  m by n matrix