26 #ifndef BZ_SHAPECHECK_H
27 #define BZ_SHAPECHECK_H
40 template<typename T_shape1, typename T_shape2>
50 template<
typename T_shape>
59 for (
unsigned i=0;
i < a.length(); ++
i)
63 BZ_DEBUG_MESSAGE(
"Incompatible shapes detected: " << endl
64 << a << endl << b << endl);