strange ordering for geometricSurfacePatch Istream constructor
geometricSurfacePatch(Istream& is, const label index)
expects type,name but the <<
and >>
operators both have name,type
Could result in unexpected behaviour somewhere.
geometricSurfacePatch(Istream& is, const label index)
expects type,name but the <<
and >>
operators both have name,type
Could result in unexpected behaviour somewhere.