]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix compilation error arising with Intel 16606/head
authorVladimir Ivannikov <vovannikov@yandex.ru>
Thu, 8 Feb 2024 13:25:07 +0000 (14:25 +0100)
committerVladimir Ivannikov <vovannikov@yandex.ru>
Thu, 8 Feb 2024 13:25:07 +0000 (14:25 +0100)
source/lac/trilinos_tpetra_sparsity_pattern.cc

index 515b7ce87ba4ef54d789b87f657c4d4819b6120e..2e7778aebc7a0b20feec54a497ff0e49ad31d3ca 100644 (file)
@@ -958,7 +958,7 @@ namespace LinearAlgebra
 
 
     template <typename MemorySpace>
-    Teuchos::RCP<const MapType<MemorySpace>>
+    Teuchos::RCP<const typename SparsityPattern<MemorySpace>::MapType>
     SparsityPattern<MemorySpace>::domain_partitioner() const
     {
       return graph->getDomainMap();
@@ -967,7 +967,7 @@ namespace LinearAlgebra
 
 
     template <typename MemorySpace>
-    Teuchos::RCP<const MapType<MemorySpace>>
+    Teuchos::RCP<const typename SparsityPattern<MemorySpace>::MapType>
     SparsityPattern<MemorySpace>::range_partitioner() const
     {
       return graph->getRangeMap();

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.