error classes and codes -- function names

David Taylor - SMCC High Performance Computing (taylor@thokk.East.Sun.COM)
Thu, 20 Feb 1997 16:01:26 -0500

In section 7.5 Adding New Error Classes and Error Codes, the function
names don't seem to follow the Salo/Squyres rules (specifically rule 1
-- the Object-Action-Subset rule). The names are:

MPI_ADD_ERROR_CLASS
MPI_ADD_ERROR_CODES
MPI_ADD_ERROR_STRING

shouldn't these be:

MPI_ERROR_ADD_CLASS
MPI_ERROR_ADD_CODES
MPI_ERROR_ADD_STRING
?