]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Prefer std::ptrdiff_t over ::ptrdiff_t. 18427/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Mon, 5 May 2025 22:16:04 +0000 (16:16 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Tue, 6 May 2025 15:41:50 +0000 (09:41 -0600)
include/deal.II/lac/trilinos_solver.h

index 0fb267bed1cdd532bfe69c2efcfe863f18df2135..a957fb4d47f1bb5c980ca23ea166b02420aad864 100644 (file)
@@ -962,7 +962,7 @@ namespace TrilinosWrappers
       /**
        * The number of rows in the multivector.
        */
-      virtual ptrdiff_t
+      virtual std::ptrdiff_t
       GetGlobalLength() const
       {
         AssertThrow(this->vectors.size() > 0, ExcInternalError());

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.