Skip to content
Snippets Groups Projects
Commit fc3dd68a authored by Andrew Heather's avatar Andrew Heather
Browse files

STYLE: limiting to 80 chars

parent 7705b00c
No related branches found
No related tags found
No related merge requests found
......@@ -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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment