mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: use 'operator>>' instead of readLabel and readScalar
This commit is contained in:
committed by
Andrew Heather
parent
743311df7d
commit
b0d32ce1b4
@ -77,8 +77,7 @@ Foam::findCellParticle::findCellParticle
|
||||
{
|
||||
if (is.format() == IOstream::ASCII)
|
||||
{
|
||||
is >> start_ >> end_;
|
||||
data_ = readLabel(is);
|
||||
is >> start_ >> end_ >> data_;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user