13 |
* * |
* * |
14 |
****************************************************************************** |
****************************************************************************** |
15 |
*/ |
*/ |
16 |
|
|
17 |
#if !defined escript_DataArrayView_20040323_H |
#if !defined escript_DataArrayView_20040323_H |
18 |
#define escript_DataArrayView_20040323_H |
#define escript_DataArrayView_20040323_H |
19 |
|
|
20 |
#include "EsysAssert.h" |
#include "EsysAssert.h" |
21 |
|
|
22 |
|
#include "DataException.h" |
23 |
|
#include "DataVector.h" |
24 |
|
|
25 |
|
#include <boost/python/extract.hpp> |
26 |
#include <boost/python/numeric.hpp> |
#include <boost/python/numeric.hpp> |
27 |
#include <boost/python/object.hpp> |
#include <boost/python/object.hpp> |
28 |
#include <boost/shared_ptr.hpp> |
#include <boost/shared_ptr.hpp> |
29 |
|
|
30 |
#include <iostream> |
#include <iostream> |
31 |
|
#include <sstream> |
32 |
#include <vector> |
#include <vector> |
33 |
#include "escript/Data/DataVector.h" |
#include <iostream> |
34 |
|
|
35 |
namespace escript { |
namespace escript { |
36 |
|
|