// Copyright(C) 1999-2020, 2022 National Technology & Engineering Solutions // of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525 with // NTESS, the U.S. Government retains certain rights in this software. // // See packages/seacas/LICENSE for details #pragma once #include #include VTK_CGNS(cgnstypes.h) #include #define CGNS_MAX_NAME_LENGTH 255 using CGNSIntVector = std::vector;