Parent Directory
|
Revision Log
|
Patch
revision 1800 by ksteube, Thu Sep 18 05:28:20 2008 UTC | revision 1801 by ksteube, Fri Sep 19 01:37:09 2008 UTC | |
---|---|---|
# | Line 36 int AbstractDomain::getMPIRank() const | Line 36 int AbstractDomain::getMPIRank() const |
36 | { | { |
37 | return 0; | return 0; |
38 | } | } |
MPI_Comm AbstractDomain::getMPIComm() const | ||
{ | ||
return 0; | ||
} | ||
39 | ||
40 | ||
41 | void AbstractDomain::throwStandardException(const std::string& functionName) const | void AbstractDomain::throwStandardException(const std::string& functionName) const |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |