mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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