replaced static tutorial_shared_path string with #define
Former-commit-id: bd37fbf7c1
This commit is contained in:
@@ -86,7 +86,7 @@ int main(int argc, char *argv[])
|
||||
using namespace std;
|
||||
|
||||
// Load a quad mesh generated by a conjugate field
|
||||
igl::readOFF(tutorial_shared_path + "/inspired_mesh_quads_Conjugate.off", VQC, FQC);
|
||||
igl::readOFF(TUTORIAL_SHARED_PATH "/inspired_mesh_quads_Conjugate.off", VQC, FQC);
|
||||
|
||||
// Convert it in a triangle mesh
|
||||
FQCtri.resize(2*FQC.rows(), 3);
|
||||
|
||||
Reference in New Issue
Block a user