Skip to content
Snippets Groups Projects
Commit 2b1cc217 authored by Pospelov, Gennady's avatar Pospelov, Gennady
Browse files

Windows compilation error fixed (unnecessary BA_CORE_API)

.
parent f9175437
No related branches found
No related tags found
No related merge requests found
...@@ -29,13 +29,13 @@ public: ...@@ -29,13 +29,13 @@ public:
//! Sets rectangular mask to IntensityData to exclude all points outside the //! Sets rectangular mask to IntensityData to exclude all points outside the
//! mask from analysis //! mask from analysis
BA_CORE_API_ static void setRectangularMask(OutputData<double>& data, static void setRectangularMask(OutputData<double>& data,
double x1, double y1, double x2, double y2); double x1, double y1, double x2, double y2);
//! Sets elliptic mask to IntensityData to exclude all points outside the //! Sets elliptic mask to IntensityData to exclude all points outside the
//! mask from analysis //! mask from analysis
BA_CORE_API_ static void setEllipticMask(OutputData<double>& data, static void setEllipticMask(OutputData<double>& data,
double xc, double yc, double rx, double ry); double xc, double yc, double rx, double ry);
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment