mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Adds braces to if() return;
This commit is contained in:
@@ -189,7 +189,9 @@ public:
|
||||
buffer.write(sendProps_.cellPvtRegionIndex()[e.index()]);
|
||||
buffer.write(sendProps_.pvtTableIdx_[e.index()]);
|
||||
if ( size_==2 )
|
||||
{
|
||||
return;
|
||||
}
|
||||
buffer.write(sendProps_.satOilMax_[e.index()]);
|
||||
}
|
||||
template<class B, class T>
|
||||
|
||||
Reference in New Issue
Block a user