mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: for-range, forAllIters() ... in conversion/
- reduced clutter when iterating over containers
This commit is contained in:
@ -85,7 +85,7 @@ void Foam::gnuplotSetWriter<Type>::write
|
||||
|
||||
forAll(valueSets, i)
|
||||
{
|
||||
if (i != 0)
|
||||
if (i)
|
||||
{
|
||||
os << ',';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user