mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: limiting to 80 chars
This commit is contained in:
@ -118,8 +118,8 @@ void writeVTKFields
|
||||
forAll(values, fieldI)
|
||||
{
|
||||
Info<< " writing field " << fieldNames[fieldI] << endl;
|
||||
os << nl << fieldNames[fieldI] << ' ' << pTraits<Type>::nComponents << ' '
|
||||
<< values[fieldI].size() << " float" << nl;
|
||||
os << nl << fieldNames[fieldI] << ' ' << pTraits<Type>::nComponents
|
||||
<< ' ' << values[fieldI].size() << " float" << nl;
|
||||
label offset = 0;
|
||||
forAll(agePerTrack, trackI)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user