From 01c29dd6228b300275e2528d67d3ee9171946287 Mon Sep 17 00:00:00 2001
From: "Joachim Wuttke (o)" <j.wuttke@fz-juelich.de>
Date: Mon, 30 May 2022 17:09:16 +0200
Subject: [PATCH] + TODO note

---
 GUI/Support/IO/IOUtils.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/GUI/Support/IO/IOUtils.cpp b/GUI/Support/IO/IOUtils.cpp
index cb45be77a02..9df7f512fa5 100644
--- a/GUI/Support/IO/IOUtils.cpp
+++ b/GUI/Support/IO/IOUtils.cpp
@@ -16,6 +16,8 @@
 #include "Base/Util/Assert.h"
 #include "Device/Data/Powerfield.h"
 
+// TODO: just clones the input, can probably be eliminated
+
 std::unique_ptr<Powerfield> GUI::Util::IO::binifyAxes(const Powerfield& data)
 {
     std::vector<IAxis*> axes;
-- 
GitLab