Skip to content
Snippets Groups Projects
Commit 0a49f3ef authored by Andrew Heather's avatar Andrew Heather
Browse files

ENH: writeOBJ faces - use face instead of lines

parent 6e72cedd
Branches
Tags
No related merge requests found
......@@ -49,7 +49,7 @@ void Foam::meshTools::writeOBJ
}
}
os << 'l';
os << 'f';
forAll(f, fp)
{
os << ' ' << foamToObj[f[fp]]+1;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment