summaryrefslogtreecommitdiff
path: root/lib/core/c++/math
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2026-05-21 15:00:09 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2026-05-21 15:00:09 +0200
commitb5d8593b9a2f0f58cb228444dcd09a2c5002e039 (patch)
treeea7c01818300a2dea17a31b979540f7aa2e3b937 /lib/core/c++/math
parentf07f88088cfacaad3f94dc667f08ee2c2f38a093 (diff)
downloadlibs-lbm-b5d8593b9a2f0f58cb228444dcd09a2c5002e039.tar.gz
Prep for proper com in circle group
Diffstat (limited to 'lib/core/c++/math')
-rw-r--r--lib/core/c++/math/n_linear.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/core/c++/math/n_linear.hpp b/lib/core/c++/math/n_linear.hpp
index 8fb0600..b378440 100644
--- a/lib/core/c++/math/n_linear.hpp
+++ b/lib/core/c++/math/n_linear.hpp
@@ -122,6 +122,9 @@ auto n_linear_interpolate(
}
}, {}, ones_ind);
+
+ /// TODO I need to actually calc stuff
+ return field.at({});
}
template<typename FieldSchema, typename T>