/* * 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 #define NAME_LENGTH 256 /**< Maximum length of file name */ #define LINE_LENGTH 200 /**< Length of input files read at once */ #define MAXDIMS 3 /**< Most cuts allowed at one time */ #define MAXSETS 8 /**< 2^MAXDIMS */