1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- #define EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET
- #include <iostream>
- #include <string>
- #include <igl/read.h>
- #include <igl/matlabinterface.h>
- using namespace std;
- int main (int argc, const char * argv[])
- {
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- return 0;
- }
|