STYLE: use forAll macro in more places, avoid LF-CR endings

This commit is contained in:
Mark Olesen
2010-04-23 18:35:55 +02:00
parent 03338b9ea9
commit 9c32ce1016
56 changed files with 1784 additions and 1789 deletions

View File

@ -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
(