IOSS 2.0
Loading...
Searching...
No Matches
Iocgns_Defines.h
Go to the documentation of this file.
1// Copyright(C) 1999-2020, 2022 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
8#include <cgnstypes.h>
9#include <vector>
10
11#define CGNS_MAX_NAME_LENGTH 255
12using CGNSIntVector = std::vector<cgsize_t>;
std::vector< cgsize_t > CGNSIntVector
Definition Iocgns_Defines.h:12