From ac8ca3e364113af911572bf58713afa756848bb8 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Mon, 28 Jan 2008 13:29:18 +0000 Subject: [PATCH] Minor update: one enum was not displayed correctly. --- Surface_mesher/demo/Surface_mesher/test_imageio.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Surface_mesher/demo/Surface_mesher/test_imageio.cpp b/Surface_mesher/demo/Surface_mesher/test_imageio.cpp index fe939676240..65dc12c956f 100644 --- a/Surface_mesher/demo/Surface_mesher/test_imageio.cpp +++ b/Surface_mesher/demo/Surface_mesher/test_imageio.cpp @@ -35,7 +35,10 @@ int main(int argc, char** argv) << "\nimage format" << "\n " << image->imageFormat->realName << " (extension list: " << image->imageFormat->fileExtension << ")" - << "\nvectors interlaced or not (internal code)" + << "\nvectors interlaced or not (" + << SHOWENUM(VM_INTERLACED) << ", " + << SHOWENUM(VM_NON_INTERLACED) << ", " + << SHOWENUM(VM_SCALAR) << ")" << SHOW(vectMode) << "\nword kind (" << SHOWENUM(WK_FIXED) << ", "