<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hello!<br>
    <font face="Droid Sans"><br>
      What I want to be displayed as an illustration of LUT usage is the
      cube composed of 8 multicolored cubes...</font><br>
    Could you please explain me the following error, which I get trying
    to load the corresponding vtk file?<br>
    <br>
    > ERROR: In
    /home/coincoin/build/paraview/src/ParaView-v4.3.1-source/VTK/IO/Legacy/vtkStructuredGridReader.cxx,
    line 285<br>
    > vtkStructuredGridReader (0x4d0f700): Number of cells don't
    match!<br>
    <br>
    The file in ASCII format is the following:<br>
    <font face="Droid Sans">
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      <style type="text/css">
p, li { white-space: pre-wrap; }
</style><br>
      # vtk DataFile Version 2.0<br>
      header<br>
      ASCII<br>
      DATASET STRUCTURED_GRID<br>
      DIMENSIONS 2 2 2<br>
      POINTS 8 int<br>
      0 0 0<br>
      1 0 0<br>
      0 1 0<br>
      1 1 0<br>
      0 0 1<br>
      1 0 1<br>
      0 1 1<br>
      1 1 1<br>
      CELL_DATA 8<br>
      SCALARS scalars int 1<br>
      LOOKUP_TABLE mytable<br>
      1 2 3 4 5 6 7 8<br>
      LOOKUP_TABLE mytable 8<br>
      0 0 0 1<br>
      1 0 0 1<br>
      0 1 0 1<br>
      1 1 0 1<br>
      0 0 1 1<br>
      1 0 1 1<br>
      0 1 1 1<br>
      1 1 1 1<br>
      <br>
      Thank you in advance!<br>
      <br>
      Dmitry Grebennikov<br>
    </font>
  </body>
</html>