MiniTensor Version of the Day
Loading...
Searching...
No Matches
MiniTensor_version.cc
Go to the documentation of this file.
1// @HEADER
2// *****************************************************************************
3// MiniTensor Package
4//
5// Copyright 2016 NTESS and the MiniTensor contributors.
6// SPDX-License-Identifier: BSD-3-Clause
7// *****************************************************************************
8// @HEADER
9
10#include "MiniTensor_version.h"
11#include "Trilinos_version.h"
12
14{
15 return("MiniTensor in Trilinos " TRILINOS_VERSION_STRING);
16}
std::string version()
Print the version of minitensor.