16#ifndef CABANA_VERSION_HPP
17#define CABANA_VERSION_HPP
19#include <Cabana_Core_Config.hpp>
27inline std::string
version() {
return Cabana_VERSION_STRING; }
Core: particle data structures and algorithms.
Definition Cabana_AoSoA.hpp:36
std::string version()
Cabana version.
Definition Cabana_Version.hpp:27
std::string git_commit_hash()
Cabana git hash.
Definition Cabana_Version.hpp:30