]> https://gitweb.dealii.org/ - dealii.git/commitdiff
SparseDirectUMFPACK: Use the correct type alias. 14720/head
authorDavid Wells <drwells@email.unc.edu>
Tue, 24 Jan 2023 17:30:41 +0000 (12:30 -0500)
committerDavid Wells <drwells@email.unc.edu>
Tue, 24 Jan 2023 17:30:41 +0000 (12:30 -0500)
source/lac/sparse_direct.cc

index 1e2dabc2d7d9dc0b7eb0aab8ec4a68ad4bee966b..8d796202bf6f52432751862e59ca8cedad279364 100644 (file)
@@ -100,12 +100,12 @@ SparseDirectUMFPACK::clear()
     }
 
   {
-    std::vector<long int> tmp;
+    std::vector<types::suitesparse_index> tmp;
     tmp.swap(Ap);
   }
 
   {
-    std::vector<long int> tmp;
+    std::vector<types::suitesparse_index> tmp;
     tmp.swap(Ai);
   }
 

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.