Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Modules
Visualization
Commits
1be9b800
Commit
1be9b800
authored
Jan 07, 2019
by
Mark OLESEN
Browse files
COMP: catalyst does not compile with paraview 5.5.2 (fixes
#8
)
- need to explicitly include vtkPVConfig.h to get the version macros
parent
bc715611
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/catalyst/catalystTools.C
View file @
1be9b800
...
...
@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2018 OpenCFD Ltd.
\\ / A nd | Copyright (C) 2018
-2019
OpenCFD Ltd.
\\/ M anipulation |
-------------------------------------------------------------------------------
License
...
...
@@ -25,6 +25,7 @@ License
#include
"catalystTools.H"
#include
"Time.H"
#include
<vtkPVConfig.h>
#include
<vtkCPDataDescription.h>
#include
<vtkCPInputDataDescription.h>
#include
<vtkCPProcessor.h>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment