#ifndef SCITBX_ARRAY_FAMILY_ACCESSORS_MAT_GRID_H
#define SCITBX_ARRAY_FAMILY_ACCESSORS_MAT_GRID_H

#include <scitbx/array_family/accessors/c_grid.h>

namespace scitbx { namespace af {

/// The grid used for matrices throughout
typedef c_grid<2> mat_grid;

}} // scitbx::af

#endif // GUARD
