Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
f46446f1
Commit
f46446f1
authored
Dec 20, 2010
by
mattijs
Browse files
ENH: boundBox : test after ascii io
parent
890313f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/meshes/boundBox/boundBox.C
View file @
f46446f1
...
...
@@ -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
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment