25 <<
endl <<
"ascending flags: for rank " << rank
48 <<
endl <<
"orders: for rank " << rank <<
", the orders are "
70 <<
endl <<
"lower bounds: in rank " << rank <<
", the bounds are "
92 <<
endl <<
"upper bounds: in rank " << rank <<
", the bounds are "
Definition memblock.h:307
Definition array-impl.h:66
static int compute_ordering(const int BZ_DEBUG_PARAM(rank), const int order1, const int order2)
Definition bounds.h:32
static int compute_ubound(const int BZ_DEBUG_PARAM(rank), const int ubound1, const int ubound2)
Definition bounds.h:76
static int compute_ascending(const int BZ_DEBUG_PARAM(rank), const int ascending1, const int ascending2)
Definition bounds.h:9
static int compute_lbound(const int BZ_DEBUG_PARAM(rank), const int lbound1, const int lbound2)
Definition bounds.h:54