mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: specify default format for vtk::polyWriter constructor (internals)
- gcc-4.8.5 does not respect the default parameter, thus specify format explicitly
This commit is contained in:
@ -382,7 +382,8 @@ Foam::vtk::polyWriter::polyWriter
|
||||
bool parallel
|
||||
)
|
||||
:
|
||||
polyWriter()
|
||||
// Default parameter fails for gcc-4.8.5, thus specify format here
|
||||
polyWriter(vtk::formatType::INLINE_BASE64)
|
||||
{
|
||||
open(file, parallel);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user