From a2f72d46bb927f5da191c2566c4d797859206f91 Mon Sep 17 00:00:00 2001 From: "Martin R. Smith" <1695515+ms609@users.noreply.github.com> Date: Thu, 27 Jun 2024 13:15:11 +0100 Subject: [PATCH] // LCOV_EXCL_LINE --- src/day_1985.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/day_1985.cpp b/src/day_1985.cpp index 4cdc640ec..5650ead65 100644 --- a/src/day_1985.cpp +++ b/src/day_1985.cpp @@ -83,7 +83,7 @@ double consensus_info (const List trees, const LogicalVector phylo, std::vector tables; if (std::size_t(n_trees) > tables.max_size()) { - Rcpp::stop("Not enough memory available to compute consensus of so many trees"); + Rcpp::stop("Not enough memory available to compute consensus of so many trees"); // LCOV_EXCL_LINE } tables.reserve(n_trees); for (int16 i = n_trees; i--; ) {