replaced static tutorial_shared_path string with #define
Former-commit-id: bd37fbf7c1
This commit is contained in:
@@ -14,7 +14,7 @@ int main(int argc, char *argv[])
|
||||
using namespace std;
|
||||
MatrixXd V;
|
||||
MatrixXi F;
|
||||
igl::readOFF(tutorial_shared_path + "/decimated-knight.off",V,F);
|
||||
igl::readOFF(TUTORIAL_SHARED_PATH "/decimated-knight.off",V,F);
|
||||
|
||||
// Sort barycenters lexicographically
|
||||
MatrixXd BC,sorted_BC;
|
||||
|
||||
Reference in New Issue
Block a user