summaryrefslogtreecommitdiff
path: root/lib/core/c++/math
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2026-05-21 15:00:31 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2026-05-21 15:00:31 +0200
commit3b60c30226695421df2521c11a45177ff9b4086b (patch)
treeea7c01818300a2dea17a31b979540f7aa2e3b937 /lib/core/c++/math
parent22c8f0540533c2d77201e90cdcd3dc30524a89e4 (diff)
parentb5d8593b9a2f0f58cb228444dcd09a2c5002e039 (diff)
downloadlibs-lbm-3b60c30226695421df2521c11a45177ff9b4086b.tar.gz
Merge branch 'dev'
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>