~vcs-imports/escript-finley/trunk

« back to all changes in this revision

Viewing changes to escript/src/Data.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:
37
37
#include <omp.h>
38
38
#endif
39
39
 
40
 
#include "esysmpi.h"
 
40
#include "esysUtils/Esys_MPI.h"
41
41
#include <string>
42
42
#include <algorithm>
43
43
#include <sstream>
1518
1518
 
1519
1519
template <class BinaryOp>
1520
1520
  double 
1521
 
#ifdef PASO_MPI
 
1521
#ifdef ESYS_MPI
1522
1522
  lazyAlgWorker(double init, MPI_Op mpiop_type);
1523
1523
#else
1524
1524
  lazyAlgWorker(double init);