From d92521ff366feaadf60f72a07327728a9908449b Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Mon, 12 Aug 2024 13:23:25 -0400 Subject: [PATCH] one more --- doc/news/9.1.1-vs-9.2.0.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/news/9.1.1-vs-9.2.0.h b/doc/news/9.1.1-vs-9.2.0.h index a474b7eefc..cbcc535151 100644 --- a/doc/news/9.1.1-vs-9.2.0.h +++ b/doc/news/9.1.1-vs-9.2.0.h @@ -1454,7 +1454,9 @@ inconvenience this causes.
  • New: IndexSet::tensor_product() creates a new IndexSet with global size equal to this->size()*other.size(), containing for every element n of this IndexSet, the indices - of the other IndexSet, contained in the interval [n*other.size(), (n+1)*other.size()).;
    ;(Luca Heltai, 2019/12/12) + of the other IndexSet, contained in the interval [n*other.size(), (n+1)*other.size()). +
    + (Luca Heltai, 2019/12/12)
  • -- 2.39.5