IOSS 2.0
Loading...
Searching...
No Matches
Ioss_Version.h
Go to the documentation of this file.
1// Copyright(C) 1999-2022, 2024 National Technology & Engineering Solutions
2// of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525 with
3// NTESS, the U.S. Government retains certain rights in this software.
4//
5// See packages/seacas/LICENSE for details
6
7#pragma once
8namespace Ioss {
9 inline const char *Version() { return "2024-03-19"; }
10} // namespace Ioss
The main namespace for the Ioss library.
Definition Ioad_DatabaseIO.C:40
const char * Version()
Definition Ioss_Version.h:9