@@ -134,7 +134,7 @@ template <typename T, unsigned DIM> class MultiDimArray : public boost::multi_ar
unsignednew_num_elements=nrElements(extents);
if(new_num_elements>allocated_num_elements)
THROW(InterfaceException,"MultiDimArray::resizeInplace: requested to resize to "<<new_num_elements<<" elements, but only "<<allocated_num_elements<<" are allocateod");
THROW(InterfaceException,"MultiDimArray::resizeInplace: requested to resize to "<<new_num_elements<<" elements, but only "<<allocated_num_elements<<" are allocated");
// only destruct and construct all elements if the number of elements actually changes