22#include <boost/preprocessor/cat.hpp>
26#ifndef STENCIL_INDEX_WIDTH
27 #define STENCIL_INDEX_WIDTH 64
#define STENCIL_INDEX_WIDTH
Definition Index.hpp:27
Definition AccessorSubscript.hpp:24
BOOST_PP_CAT(BOOST_PP_CAT(uint, STENCIL_INDEX_WIDTH), _t) uindex_t
An unsigned integer of configurable width.
Definition Index.hpp:42
BOOST_PP_CAT(BOOST_PP_CAT(int, STENCIL_INDEX_WIDTH), _t) index_t
A signed integer of configurable width.
Definition Index.hpp:56