소스 검색

bug in readme

Former-commit-id: e620b0e4a35b7e72d6294178e780288d9a7b8bea
Alec Jacobson 10 년 전
부모
커밋
5bbb25aea6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -25,7 +25,7 @@ small "Hello, World" program:
 ```cpp
 #include <igl/cotmatrix.h>
 #include <Eigen/Dense>
-#include <Eigen/SparseMatrix>
+#include <Eigen/Sparse>
 #include <iostream>
 int main()
 {