Skip to content
Snippets Groups Projects
Commit f46446f1 authored by mattijs's avatar mattijs
Browse files

ENH: boundBox : test after ascii io

parent 890313f9
No related branches found
No related tags found
No related merge requests found
...@@ -156,7 +156,7 @@ Foam::Istream& Foam::operator>>(Istream& is, boundBox& bb) ...@@ -156,7 +156,7 @@ Foam::Istream& Foam::operator>>(Istream& is, boundBox& bb)
{ {
if (is.format() == IOstream::ASCII) if (is.format() == IOstream::ASCII)
{ {
return is >> bb.min_ >> bb.max_; is >> bb.min_ >> bb.max_;
} }
else else
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment