]> https://gitweb.dealii.org/ - dealii.git/commitdiff
SparseDirectUMFPACK: Use the correct type alias. 14721/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 18:00:06 +0000 (13:00 -0500)
source/lac/sparse_direct.cc

index 3951c64a3f3b679073e30db7f788f84ac2a5fce8..d0b1118adf50f4cea9d801dd60ee141b3311f55c 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.