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 1538 ESCRIPT_DLL_API void freeSampleBuffer(Bu | Line 1538 ESCRIPT_DLL_API void freeSampleBuffer(Bu |
1538 | ||
1539 | template <class BinaryOp> | template <class BinaryOp> |
1540 | double | double |
1541 | lazyAlgWorker(double init, int mpiop_type); | #ifdef PASO_MPI |
1542 | lazyAlgWorker(double init, MPI_Op mpiop_type); | |
1543 | #else | |
1544 | lazyAlgWorker(double init); | |
1545 | #endif | |
1546 | ||
1547 | double | double |
1548 | LsupWorker() const; | LsupWorker() const; |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |