Skip to content
Snippets Groups Projects

Pt fit example now loading data the ba way

Merged Wuttke, Joachim requested to merge Pt into main
20 files
+ 168
199
Compare changes
  • Side-by-side
  • Inline
Files
20
+ 6
0
@@ -165,3 +165,9 @@ Frame* Frame::flat() const
outaxes.emplace_back(s->clone());
return new Frame(std::move(outaxes));
}
void Frame::setScale(size_t k_axis, Scale* scale)
{
m_axes.replace_at(k_axis, scale);
m_size = FrameUtil::product_size(m_axes.reference());
}
Loading