1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Index: rheolef-7.2.old1047655/linalg/lib/communicator.h
===================================================================
--- rheolef-7.2.old1047655.orig/linalg/lib/communicator.h
+++ rheolef-7.2.old1047655/linalg/lib/communicator.h
@@ -109,8 +109,8 @@ struct communicator {
int rank() const;
};
// [verbatim_communicator]
-inline int communicator size() const { return 1; }
-inline int communicator rank() const { return 0; }
+inline int communicator::size() const { return 1; }
+inline int communicator::rank() const { return 0; }
} // namespace rheolef
#else
// -----------------------------------------------------------------------
|