17#ifndef TPETRA_DETAILS_GLOBALERROR_HPP
18#define TPETRA_DETAILS_GLOBALERROR_HPP
20#include "TpetraCore_config.h"
23 template<
class OrdinalType>
33checkGlobalError(std::ostream& globalOutputStream,
34 const bool localSuccess,
35 const char localErrorMessage[],
36 const char globalErrorMessageHeader[],
37 const Teuchos::Comm<int>& comm);
Implementation details of Tpetra.
Namespace Tpetra contains the class and methods constituting the Tpetra library.