Parent Directory
|
Revision Log
|
Patch
revision 2722 by jfenwick, Fri Oct 16 05:40:12 2009 UTC | revision 2723 by jfenwick, Sun Oct 18 23:44:37 2009 UTC | |
---|---|---|
# | Line 1634 Data::inf() | Line 1634 Data::inf() |
1634 | ||
1635 | template <class BinaryOp> | template <class BinaryOp> |
1636 | double | double |
1637 | Data::lazyAlgWorker(double init, int mpiop_type) | #ifdef PASO_MPI |
1638 | Data::lazyAlgWorker(double init, MPI_Op mpiop_type) | |
1639 | #else | |
1640 | Data::lazyAlgWorker(double init) | |
1641 | #endif | |
1642 | { | { |
1643 | if (!isLazy() || !m_data->actsExpanded()) | if (!isLazy() || !m_data->actsExpanded()) |
1644 | { | { |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |