diff --git a/src/triSurface/triSurface/interfaces/STL/readSTL.C b/src/triSurface/triSurface/interfaces/STL/readSTL.C index dc8a88b064..a7289fa236 100644 --- a/src/triSurface/triSurface/interfaces/STL/readSTL.C +++ b/src/triSurface/triSurface/interfaces/STL/readSTL.C @@ -55,7 +55,7 @@ bool triSurface::readSTL(const fileName& STLfileName) firstWord[i] = std::toupper(firstWord[i]); } - if (firstWord == "SOLID") + if (firstWord == "SOLID" || firstWord(5) == "SOLID") { return readSTLASCII(STLfileName); }