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"
55 #ifdef TEUCHOS_STANDALONE_PACKAGE
56 return (
"Teuchos standalone package " TEUCHOS_VERSION_STRING);
58 return (
"Teuchos in Trilinos " TRILINOS_VERSION_STRING);
64 #endif // TEUCHOS_VERSION_HPP
Teuchos header file which uses auto-configuration information to include necessary C++ headers...
std::string Teuchos_Version()