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.
Hi @mark , Could you please note if this issue is resolved, if possible?
mentioned in commit 2a98c4e6
closed