review: Take into account remarks

This commit is contained in:
Esteban DUGUEPEROUX
2026-01-23 20:41:40 +01:00
parent a86c333a99
commit 8f3715c0f1
10 changed files with 59 additions and 164 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ int main(int argc, char** argv) {
product->setRepresentation(shape);
const std::string filename = "tesselated_faceset.ifc";
const std::string filename = "triangulated_faceset.ifc";
file.header().file_name()->setname(filename);
std::ofstream f(filename);
f << file;