[Paraview] SYNTAX ERROR found in parsing the header file (BTX ETX didn't work)
David Doria
daviddoria at gmail.com
Fri Mar 5 10:04:36 EST 2010
I am getting this error when building a plugin:
SYNTAX ERROR found in parsing the header file
I finally remembered to try BTX ETX tags, but they didn't work this time:
The header is very simple, here is a representative sample:
#ifndef FACTOR_INCLUDED
#define FACTOR_INCLUDED
//BTX
#define SQRT_3 1.7320508075688772935
double ArcTan2(const double& y,const double& x);
//ETX
#endif // FACTOR_INCLUDED
Is there any reason the parser wouldn't like this?
Thanks,
David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20100305/0aefdb3c/attachment.htm>
More information about the ParaView
mailing list