ENH: boundBox : test after ascii io

This commit is contained in:
mattijs
2010-12-20 17:13:13 +00:00
parent 890313f9d1
commit f46446f1b1

View File

@ -156,7 +156,7 @@ Foam::Istream& Foam::operator>>(Istream& is, boundBox& bb)
{
if (is.format() == IOstream::ASCII)
{
return is >> bb.min_ >> bb.max_;
is >> bb.min_ >> bb.max_;
}
else
{