mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: build dummy runTimePostProcessing if VTK/ParaView are not available
- this allows more use of the runTimePostProcessing functionObject that will fail more gracefully if the proper version could not be built. The dummy functionObject simply emits a message that it is not available.
This commit is contained in:
@ -52,8 +52,8 @@ maxCo 0.2;
|
||||
|
||||
functions
|
||||
{
|
||||
// #include "sampling"
|
||||
// #include "runTimePostProcessing"
|
||||
#include "sampling"
|
||||
#include "runTimePostProcessing"
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
Reference in New Issue
Block a user