replaced static tutorial_shared_path string with #define
Former-commit-id: bd37fbf7c1
This commit is contained in:
@@ -64,7 +64,7 @@ int main(int argc, char *argv[])
|
||||
State stateIn, stateOut;
|
||||
|
||||
// Load a mesh in OFF format
|
||||
igl::readOFF(tutorial_shared_path + "/2triangles.off",stateIn.V,stateIn.F);
|
||||
igl::readOFF(TUTORIAL_SHARED_PATH "/2triangles.off",stateIn.V,stateIn.F);
|
||||
|
||||
// Save some integers in a vector
|
||||
stateIn.ids.push_back(6);
|
||||
|
||||
Reference in New Issue
Block a user