17 #ifndef TPETRA_DETAILS_GLOBALERROR_HPP
18 #define TPETRA_DETAILS_GLOBALERROR_HPP
20 #include "TpetraCore_config.h"
23 template <
class OrdinalType>
32 void checkGlobalError(std::ostream& globalOutputStream,
33 const bool localSuccess,
34 const char localErrorMessage[],
35 const char globalErrorMessageHeader[],
36 const Teuchos::Comm<int>& comm);
41 #endif // TPETRA_DETAILS_GLOBALERROR_HPP