s.habbinga wrote:
> Hello everybody,
>
> I've been trying to write a c++ function to convert my data into .vtu
> files. Unfortunately, paraview isn't able to read my .vtu files. I get
> the following error-message:
>
>
>   

there is a typographic error in your file.

Replace the line
>     <DataArray type="Float32" name="process_id" format="ascii"
by

    <DataArray type="Float32" Name="process_id" format="ascii"



_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to