diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-06-22 17:36:51 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-06-22 17:36:51 +0200 |
| commit | ff702d3c9427794c5557360c53b93f9861f97554 (patch) | |
| tree | 652c64895bcabfac427276367b9c13303869e101 /lib/core/c++/hlbm.hpp | |
| parent | 4c9e43a42c15ce93ffded21dfcaa171f63d20d69 (diff) | |
| download | libs-lbm-ff702d3c9427794c5557360c53b93f9861f97554.tar.gz | |
Dangling
Diffstat (limited to 'lib/core/c++/hlbm.hpp')
| -rw-r--r-- | lib/core/c++/hlbm.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/core/c++/hlbm.hpp b/lib/core/c++/hlbm.hpp index 85e5357..0ba9cc2 100644 --- a/lib/core/c++/hlbm.hpp +++ b/lib/core/c++/hlbm.hpp @@ -142,6 +142,7 @@ public: iterator<Desc::D>::apply([&](const auto& index){ // ask for the d_k value here. // For every value im iterating over I need sth + std::cout<<"Pos: "<<index.at({0u}).get()<<" "<<index.at({1u}).get()<<std::endl; },start,stop); // Check |
