From 6708ea72b5aa7eeff481f8c1a7aa8381dd78f7a0 Mon Sep 17 00:00:00 2001 From: LTLA Date: Fri, 6 Sep 2024 16:35:01 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20SingleR-?= =?UTF-8?q?inc/singlepp@dfb46e2e33be5f1e869ba88421cd6c66a5d9d40c=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/train__integrated_8hpp_source.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/train__integrated_8hpp_source.html b/docs/train__integrated_8hpp_source.html index 1e80969..f920dcf 100644 --- a/docs/train__integrated_8hpp_source.html +++ b/docs/train__integrated_8hpp_source.html @@ -373,7 +373,7 @@
377 }
378 tatami::VectorPtr<Index_> to_extract_ptr(tatami::VectorPtr<Index_>{}, &to_extract);
379
-
380 tatami::parallelize([&](size_t, Index_ start, Index_ len) {
+
380 tatami::parallelize([&](int, Index_ start, Index_ len) {
381 std::vector<Value_> buffer(to_extract.size());
382 internal::RankedVector<Value_, Index_> tmp_ranked;
383 tmp_ranked.reserve(to_extract.size());