mirror of https://github.com/CGAL/cgal
avoid warning
This commit is contained in:
parent
662534e8f3
commit
9f33e64643
|
|
@ -139,7 +139,7 @@ void convert_itk_to_image_3(itk::Image<Image_word_type, 3>* const itk_img,
|
||||||
itk_img->GetBufferPointer() + size,
|
itk_img->GetBufferPointer() + size,
|
||||||
img_ptr);
|
img_ptr);
|
||||||
|
|
||||||
if(filename != "")
|
if(!std::string(filename).empty())
|
||||||
_writeImage(img, filename);
|
_writeImage(img, filename);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue