15 |
******************************************************************************/ |
******************************************************************************/ |
16 |
|
|
17 |
extern "C" { |
extern "C" { |
18 |
#include "Finley.h" |
#include "../Finley.h" |
19 |
} |
} |
20 |
|
|
21 |
#include "MeshAdapter.h" |
#include "MeshAdapter.h" |
22 |
#include "MeshAdapterFactory.h" |
#include "MeshAdapterFactory.h" |
23 |
#include "SystemMatrixAdapter.h" |
#include "SystemMatrixAdapter.h" |
24 |
|
|
25 |
#include "EsysException.h" |
#include "esysUtils/EsysException.h" |
26 |
#include "esysExceptionTranslator.h" |
#include "esysUtils/esysExceptionTranslator.h" |
27 |
|
|
28 |
#include "AbstractContinuousDomain.h" |
#include "escriptcpp/AbstractContinuousDomain.h" |
29 |
|
|
30 |
#include <boost/python.hpp> |
#include <boost/python.hpp> |
31 |
#include <boost/python/module.hpp> |
#include <boost/python/module.hpp> |