MiniTensor Version of the Day
Loading...
Searching...
No Matches
MiniTensor_version.h
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#ifndef MINITENSOR_VERSION_H
11#define MINITENSOR_VERSION_H
12
13#include "MiniTensor_config.h"
14
15#include <string>
16
17namespace minitensor {
18
20std::string version();
21
22} // namespace minitensor
23
24#endif // MINITENSOR_VERSION_H
std::string version()
Print the version of minitensor.