mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: mapFields, ensightWrite: print operand fields in rows
This commit is contained in:
@ -269,10 +269,10 @@ bool Foam::functionObjects::ensightWrite::write()
|
||||
true // prune
|
||||
);
|
||||
|
||||
Log << type() << " " << name() << " write: (";
|
||||
Log << type() << " " << name() << " write:\n";
|
||||
writeAllVolFields(meshSubset_, candidateNames);
|
||||
|
||||
Log << " )" << nl;
|
||||
Log << nl;
|
||||
|
||||
ensCase().write(); // Flush case information
|
||||
|
||||
|
||||
@ -65,7 +65,7 @@ Foam::label Foam::functionObjects::ensightWrite::writeVolFieldsImpl
|
||||
caseOpts_.nodeValues()
|
||||
);
|
||||
|
||||
Log << ' ' << fieldName;
|
||||
Log << " " << fieldName << "\n";
|
||||
|
||||
++count;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user