mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
STYLE: use forAll macro in more places, avoid LF-CR endings
This commit is contained in:
@ -6,10 +6,10 @@ for (label i=0; i < nTypes; i++)
|
||||
{
|
||||
gmvFile << "variable" << nl;
|
||||
}
|
||||
for (label j=0; j < fieldNames.size(); j++)
|
||||
{
|
||||
|
||||
word fieldName = fieldNames[j];
|
||||
forAll(fieldNames, j)
|
||||
{
|
||||
const word& fieldName = fieldNames[j];
|
||||
|
||||
IOobject fieldObject
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user