mirror of https://github.com/CGAL/cgal
Minor update: one enum was not displayed correctly.
This commit is contained in:
parent
03b9104da6
commit
ac8ca3e364
|
|
@ -35,7 +35,10 @@ int main(int argc, char** argv)
|
||||||
<< "\nimage format"
|
<< "\nimage format"
|
||||||
<< "\n " << image->imageFormat->realName
|
<< "\n " << image->imageFormat->realName
|
||||||
<< " (extension list: " << image->imageFormat->fileExtension << ")"
|
<< " (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)
|
<< SHOW(vectMode)
|
||||||
<< "\nword kind ("
|
<< "\nword kind ("
|
||||||
<< SHOWENUM(WK_FIXED) << ", "
|
<< SHOWENUM(WK_FIXED) << ", "
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue