From db7e06380d8ce07b909b08a76605eba3becb5611 Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Tue, 24 May 2005 20:20:17 +0000 Subject: [PATCH] This was supposed to be a debug message. This commit was SVN r5855. --- src/datatype/fake_stack.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/datatype/fake_stack.c b/src/datatype/fake_stack.c index 32620fd8a0..3eab95ec22 100644 --- a/src/datatype/fake_stack.c +++ b/src/datatype/fake_stack.c @@ -193,8 +193,8 @@ int ompi_convertor_create_stack_with_pos_general( ompi_convertor_t* pConvertor, pStack->disp + pElems->elem.disp + cnt * pElems->elem.extent, pos_desc ); pConvertor->bConverted = starting_point - resting_place; - ompi_ddt_dump_stack( pConvertor->pStack, pConvertor->stack_pos, - pConvertor->pDesc->desc.desc, pConvertor->pDesc->name ); + DDT_DUMP_STACK( pConvertor->pStack, pConvertor->stack_pos, + pConvertor->pDesc->desc.desc, pConvertor->pDesc->name ); return OMPI_SUCCESS; } loop_length += lastLength;