Boolean pixel values are no longer supported in VTK 9.2. diff --git a/addons/vtk/test_vtkimage.cc b/addons/vtk/test_vtkimage.cc --- a/addons/vtk/test_vtkimage.cc +++ b/addons/vtk/test_vtkimage.cc @@ -206,7 +206,7 @@ BOOST_AUTO_TEST_CASE_TEMPLATE( test_mhd_write_read, T, type_mhd ) unlink(zrawfilename.str().c_str()); } -#if VTK_MAJOR_VERSION >= 7 +#if VTK_MAJOR_VERSION >= 7 && VTK_MAJOR_VERSION < 9 BOOST_AUTO_TEST_CASE( test_simple_write_read_bool ) { C3DBounds size(2, 3, 4); cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/po/doc/guix-manual.zh_CN.po
AgeCommit message (Expand)Author
2021-05-10nls: Update translations.Maxim Cournoyer
2021-04-18nls: Update 'zh_CN' translations.Julien Lepiller
2019-05-15nls: Update 'zh_CN' translation.Ludovic Courtès
2019-04-27nls: Fix wrong include name....* po/doc/guix-manual.zh_CN.po: Fix wrong include name. Clément Lassieur
2019-04-27nls: Update 'zh_CN' translation....Refer to the right version.*.texi to prevent errors in Makefile.am. Julien Lepiller
2019-04-24nls: Fix guix-manual.zh_CN.po....* po/doc/guix-manual.zh_CN.po: Replace "@def" with "@dfn". Translate the "contributing.texi" message ID. Ludovic Courtès
2019-04-24doc: Add zh_CN PO file....* po/doc/guix-manual.zh_CN.po: New file. Ludovic Courtès