RTOp Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RTOpPack_version.cpp
Go to the documentation of this file.
1 // @HEADER
2 // *****************************************************************************
3 // RTOp: Interfaces and Support Software for Vector Reduction Transformation
4 // Operations
5 //
6 // Copyright 2006 NTESS and the RTOp contributors.
7 // SPDX-License-Identifier: BSD-3-Clause
8 // *****************************************************************************
9 // @HEADER
10 #include "RTOpPack_version.hpp"
11 #include "Trilinos_version.h"
12 
13 std::string RTOpPack::version()
14 {
15  return("RTOp in Trilinos " TRILINOS_VERSION_STRING);
16 }
std::string version()
Print the version of RTOp.