Dune-Fufem 2.11-git
Loading...
Searching...
No Matches
dunepython.hh
Go to the documentation of this file.
1// -*- tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
2// vi: set ts=8 sw=4 et sts=4:
3
4// SPDX-FileCopyrightText: Copyright © DUNE-FUFEM Project contributors, see file AUTHORS.md
5// SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception OR LGPL-3.0-or-later
6
7#ifndef DUNE_FUFEM_PYTHON_HH
8#define DUNE_FUFEM_PYTHON_HH
9
10// Only introduce the dune-python interface if python
11// was found and enabled.
12#if HAVE_PYTHON || DOXYGEN
13
18
19#else
20 #warning dunepython.hh was included but python was not found or enabled!
21#endif // end of #if HAVE_PYTHON
22
23
24#endif
25