ENH: triSurface.C: stlb forces binary reading #516

This commit is contained in:
mattijs
2012-04-20 17:23:45 +01:00
parent eed3ff3604
commit 08f30e2249

View File

@ -386,7 +386,7 @@ bool Foam::triSurface::read
}
else if (ext == "stlb")
{
return readSTL(name);
return readSTLBINARY(name);
}
else if (ext == "gts")
{