[Paraview] Problems writing an .vtu file

Jean M. Favre jfavre at cscs.ch
Thu Jan 28 07:13:21 EST 2010


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"





More information about the ParaView mailing list