ENH: triSurface.C: stlb forces binary reading #516
This commit is contained in:
@ -386,7 +386,7 @@ bool Foam::triSurface::read
|
||||
}
|
||||
else if (ext == "stlb")
|
||||
{
|
||||
return readSTL(name);
|
||||
return readSTLBINARY(name);
|
||||
}
|
||||
else if (ext == "gts")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user