[Paraview] Strange parser
Fred Fred
stan1313 at hotmail.fr
Wed Sep 9 06:24:14 EDT 2009
I have written a new class, which I have compiled in a vtkLocal library, linked and tested with VTK without any problem.
Now I just change the CMakeLists.txt so as to compile for ParaView and several strange parsing error arise, such as:
double a, b;
raises an error, while:
double a;
double b;
is ok!
Also this line raises an error and I do not see how to cope with this one:
vtkstd::vector<vtkstd::vector<vtkstd::vector<double> > > grid;
Note that deleting "vtkstd::" does change anything.
Any help?
_________________________________________________________________
A la recherche de bons plans pour une rentrée pas chère ? Bing ! Trouvez !
http://www.bing.com/search?q=bons+plans+rentr%C3%A9e&form=MVDE6
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20090909/eb88e793/attachment.htm>
More information about the ParaView
mailing list