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) << ", "