Skip to content
Snippets Groups Projects
Commit 8eec932c authored by Stéphane Poirier's avatar Stéphane Poirier
Browse files

fixed minor compilation pb (due to yat update)

parent 543a5264
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ namespace Spectrometer_ns
{
typedef yat::Buffer<double> DoubleBuf;
typedef yat::SHARED_PTR(DoubleBuf) DoubleBufPtr;
typedef YAT_SHARED_PTR(DoubleBuf) DoubleBufPtr;
// ============================================================================
// class: SpectrometerTask
......@@ -108,7 +108,8 @@ public:
: intensity(0),
intensityPtsNb(0),
lambda(0),
lambdaPtsNb(0)
lambdaPtsNb(0),
buffer_offset_index(0)
{}
//- copy ctor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment