]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix typos in source function name 14512/head
authorluz paz <luzpaz@pm.me>
Thu, 1 Dec 2022 00:02:46 +0000 (19:02 -0500)
committerluz paz <luzpaz@pm.me>
Thu, 1 Dec 2022 00:02:46 +0000 (19:02 -0500)
s/Asser/Assert/

include/deal.II/lac/trilinos_solver.h

index fa1bec2fc8d8efc8b1e7c135fa520c0e8a2f2768..2bb8a343792f5cad93fbe05f3039b4f7377d8d61 100644 (file)
@@ -1234,7 +1234,7 @@ namespace TrilinosWrappers
                      Teuchos::SerialDenseMatrix<int, value_type> &,
                      const bool = false)
       {
-        Asser(false, ExcNotImplemented());
+        Assert(false, ExcNotImplemented());
       }
 
       virtual int
@@ -1242,7 +1242,7 @@ namespace TrilinosWrappers
         Teuchos::SerialDenseMatrix<int, value_type> &,
         const typename Teuchos::ScalarTraits<value_type>::magnitudeType &)
       {
-        Asser(false, ExcNotImplemented());
+        Assert(false, ExcNotImplemented());
       }
 
 #      endif

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.