Parent Directory
|
Revision Log
|
Patch
revision 1876 by jfenwick, Mon Oct 13 00:18:55 2008 UTC | revision 1877 by ksteube, Tue Oct 14 02:58:39 2008 UTC | |
---|---|---|
# | Line 60 int AbstractDomain::getMPIRank() const | Line 60 int AbstractDomain::getMPIRank() const |
60 | { | { |
61 | return 0; | return 0; |
62 | } | } |
63 | void AbstractDomain::MPIBarrier() const | |
64 | { | |
65 | return; | |
66 | } | |
67 | bool AbstractDomain::onMasterProcessor() const | |
68 | { | |
69 | return true; | |
70 | } | |
71 | ||
72 | ||
73 | ||
74 | void AbstractDomain::throwStandardException(const std::string& functionName) const | void AbstractDomain::throwStandardException(const std::string& functionName) const |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |