mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
@ -41,7 +41,7 @@ void Foam::vtk::writeCellSetFaces
|
||||
)
|
||||
{
|
||||
outputOptions opts(outOpts);
|
||||
opts.legacy(true); // Legacy only, no append
|
||||
opts.legacy(true); // Legacy only, no xml, no append
|
||||
|
||||
const bool legacy_(opts.legacy());
|
||||
|
||||
|
||||
@ -41,7 +41,7 @@ void Foam::vtk::writeFaceSet
|
||||
)
|
||||
{
|
||||
outputOptions opts(outOpts);
|
||||
opts.legacy(true); // Legacy only, no append
|
||||
opts.legacy(true); // Legacy only, no xml, no append
|
||||
|
||||
const bool legacy_(opts.legacy());
|
||||
|
||||
|
||||
@ -40,7 +40,7 @@ void Foam::vtk::writePointSet
|
||||
)
|
||||
{
|
||||
outputOptions opts(outOpts);
|
||||
opts.legacy(true); // Legacy only, no append
|
||||
opts.legacy(true); // Legacy only, no xml, no append
|
||||
|
||||
const bool legacy_(opts.legacy());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user