]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a typo in deal.II/base/numbers.h 14162/head
authorMatthias Maier <tamiko@43-1.org>
Wed, 27 Jul 2022 21:45:16 +0000 (16:45 -0500)
committerMatthias Maier <tamiko@43-1.org>
Wed, 27 Jul 2022 21:45:16 +0000 (16:45 -0500)
The refactoring done in b1883d9cbf2dfa8452ebb109d580096453f7e10f
introduced a typo that wasn't spotted by our CI. Fix this.

include/deal.II/base/numbers.h

index e3a5a00cf3633efc5a45676c7da97585cf23bb00..74d8976ee2692b3a83017ac507029f606fc86eac 100644 (file)
@@ -891,8 +891,8 @@ namespace numbers
   value_is_less_than(const adouble &value_1, const Number &value_2)
   {
     // Use the specialized definition for two ADOL-C taped types
-    return value_is_less_than(value_1,
-                              ::internal::NumberType<adouble>::value(value_2));
+    return value_is_less_than(
+      value_1, dealii::internal::NumberType<adouble>::value(value_2));
   }
 
 

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.