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