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
_______________________________________________
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