42#ifndef TEUCHOS_VERSION_HPP
43#define TEUCHOS_VERSION_HPP
46#ifdef TEUCHOS_STANDALONE_PACKAGE
47# include "Teuchos_version.h"
49# include "Trilinos_version.h"
54 std::string Teuchos_Version() {
55#ifdef TEUCHOS_STANDALONE_PACKAGE
56 return (
"Teuchos standalone package " TEUCHOS_VERSION_STRING);
58 return (
"Teuchos in Trilinos " TRILINOS_VERSION_STRING);
Teuchos header file which uses auto-configuration information to include necessary C++ headers.
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos,...