template specializations for CLANG

Former-commit-id: fc70bbac2f
This commit is contained in:
Daniele Panozzo
2015-06-08 00:00:40 +02:00
parent 3047eb4d6f
commit 4d75e4c13c
20 changed files with 84 additions and 29 deletions
+2 -1
View File
@@ -8,6 +8,7 @@
#include <igl/local_basis.h>
#include <stdlib.h>
#include <igl/jet.h>
#include <iostream>
// Input mesh
Eigen::MatrixXd V;
@@ -80,7 +81,7 @@ bool key_down(igl::Viewer& viewer, unsigned char key, int modifier)
int num = key - '0';
// Interpolate
cerr << "Interpolating " << num * 2 << "-PolyVector field" << endl;
std::cerr << "Interpolating " << num * 2 << "-PolyVector field" << std::endl;
VectorXi b(4);
b << 4550, 2321, 5413, 5350;