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

Prevent linking to DepthProbeInstrument

parent a88d760d
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ std::unique_ptr<Instrument> DepthProbeInstrumentItem::createInstrument() const ...@@ -59,7 +59,7 @@ std::unique_ptr<Instrument> DepthProbeInstrumentItem::createInstrument() const
std::vector<int> DepthProbeInstrumentItem::shape() const std::vector<int> DepthProbeInstrumentItem::shape() const
{ {
throw std::runtime_error("DepthProbeInstrumentItem::shape()"); return std::vector<int>(); // no certain shape to avoid linking to real data
} }
void DepthProbeInstrumentItem::updateToRealData(const RealDataItem*) void DepthProbeInstrumentItem::updateToRealData(const RealDataItem*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment