We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae21efc commit 7e50156Copy full SHA for 7e50156
1 file changed
src/setup.cpp
@@ -12,7 +12,9 @@
12
// own implementation of the constructor, initflow and destructor
13
14
__attribute__((weak)) Setup::Setup(Input &input, Grid &grid, DataBlock &data, Output &output) {
15
- IDEFIX_WARNING("Caution, this is the default Setup constructor and it does nothing!");
+ #ifndef WITH_PYTHON
16
+ IDEFIX_WARNING("Caution, this is the default Setup constructor and it does nothing!");
17
+ #endif
18
}
19
20
__attribute__((weak)) void Setup::InitFlow(DataBlock &data) {
0 commit comments