~vcs-imports/escript-finley/trunk

« back to all changes in this revision

Viewing changes to escript/src/AbstractTransportProblem.h

  • Committer: jfenwick
  • Date: 2010-10-11 01:48:14 UTC
  • Revision ID: svn-v4:77569008-7704-0410-b7a0-a92fef0b09fd:trunk:3259
Merging dudley and scons updates from branches

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#include "TransportProblemException.h"
21
21
#include <boost/python/object.hpp>
22
22
 
 
23
 
 
24
 
 
25
namespace escript {
 
26
 
23
27
//
24
28
// Forward declaration
25
29
class Data;
26
30
 
27
 
namespace escript {
28
 
 
29
31
/**
30
32
   \brief
31
33
   Give a short description of what AbstractTransportProblem does.
156
158
};
157
159
 
158
160
 
 
161
typedef boost::shared_ptr<AbstractTransportProblem> ATP_ptr;
 
162
 
159
163
} // end of namespace
160
164
#endif