mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
ENH: for-range, forAllIters() ... in applications/utilities
- reduced clutter when iterating over containers
This commit is contained in:
@ -57,7 +57,7 @@ int main(int argc, char *argv[])
|
||||
Info<< (gradx4a - gradx4[i])/gradx4a << endl;
|
||||
}
|
||||
|
||||
Info<< "end" << endl;
|
||||
Info<< "End" << endl;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user