Changed hardcoded directory of tessellated results
This commit is contained in:
parent
7f543ef21a
commit
e54dc0a27c
|
|
@ -23,8 +23,8 @@ ReducedModelEvaluator::Results ReducedModelEvaluator::evaluateReducedModel(
|
|||
= "/home/iason/Coding/Projects/Approximating shapes with flat "
|
||||
"patterns/ReducedModelOptimization/TestSet/ReducedPatterns/single_reduced.ply";
|
||||
const std::filesystem::path fullPatternTessellatedResultsDirectoryPath
|
||||
= "/home/iason/Coding/build/ReducedModelOptimization/"
|
||||
"IntermediateResults/TessellatedResults";
|
||||
= "/home/iason/Coding/Projects/Approximating shapes with flat "
|
||||
"patterns/ReducedModelEvaluator/TessellatedResults";
|
||||
|
||||
return evaluateReducedModel(optimizationResult,
|
||||
tileInto_triMesh_filePath,
|
||||
|
|
|
|||
Loading…
Reference in New Issue