diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-05-21 15:00:09 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-05-21 15:00:09 +0200 |
| commit | b5d8593b9a2f0f58cb228444dcd09a2c5002e039 (patch) | |
| tree | ea7c01818300a2dea17a31b979540f7aa2e3b937 /lib/core/c++/math | |
| parent | f07f88088cfacaad3f94dc667f08ee2c2f38a093 (diff) | |
| download | libs-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.hpp | 3 |
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> |
