mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: streamLine function object - added missing file to Make/files
This commit is contained in:
@ -30,6 +30,7 @@ readFields/readFields.C
|
|||||||
readFields/readFieldsFunctionObject.C
|
readFields/readFieldsFunctionObject.C
|
||||||
|
|
||||||
streamLine/streamLine.C
|
streamLine/streamLine.C
|
||||||
|
streamLine/streamLineBase.C
|
||||||
streamLine/streamLineParticle.C
|
streamLine/streamLineParticle.C
|
||||||
streamLine/streamLineParticleCloud.C
|
streamLine/streamLineParticleCloud.C
|
||||||
streamLine/streamLineFunctionObject.C
|
streamLine/streamLineFunctionObject.C
|
||||||
|
|||||||
@ -883,7 +883,8 @@ void Foam::streamLineBase::write()
|
|||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
Info(log_)<< " Writing data to " << vtkFile.path() << endl;
|
if (log_) Info
|
||||||
|
<< " Writing data to " << vtkFile.path() << endl;
|
||||||
|
|
||||||
scalarFormatterPtr_().write
|
scalarFormatterPtr_().write
|
||||||
(
|
(
|
||||||
|
|||||||
Reference in New Issue
Block a user