mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
rawSurfaceWriter: Added support for compressed output
Patch provided by Armin Wehrfritz Resolves feature request http://www.openfoam.org/mantisbt/view.php?id=843
This commit is contained in:
@ -44,6 +44,10 @@ formatOptions
|
||||
{
|
||||
format ascii;
|
||||
}
|
||||
raw
|
||||
{
|
||||
compression uncompressed; // 'uncompressed' or 'compressed'
|
||||
}
|
||||
}
|
||||
|
||||
// interpolationScheme. choice of
|
||||
|
||||
Reference in New Issue
Block a user