mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: 80 char line length
This commit is contained in:
@ -412,7 +412,12 @@ void Foam::vtkPV3Foam::updateInfoSets
|
||||
{
|
||||
Info<< " Foam::vtkPV3Foam::updateInfoSets read "
|
||||
<< objects.names() << " from "
|
||||
<< dbPtr_().findInstance(meshDir_, "faces", IOobject::READ_IF_PRESENT)
|
||||
<< dbPtr_().findInstance
|
||||
(
|
||||
meshDir_,
|
||||
"faces",
|
||||
IOobject::READ_IF_PRESENT
|
||||
)
|
||||
<< endl;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user