Browse Source

rm orphan note

Former-commit-id: 9b27e1a64f2dd6f625e55f62f27644cf8e8cbae7
Alec Jacobson 9 years ago
parent
commit
21e5dfbde4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      matlab-to-eigen.html

+ 1 - 1
matlab-to-eigen.html

@@ -255,7 +255,7 @@ IP.conservativeResize(stable_partition(
       <tr class=d0>
         <td><pre><code>B = A(R&lt;2,C&gt;1);</code></pre>
         <td><pre><code>B = igl::slice_mask(A,R.array()&lt;2,C.array()&gt;1);</code></pre>
-        <td>Where </td>
+        <td></td>
       </tr>
 
       <tr class=d1>