]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Attempt to suppress clang-tidy warning
authorDaniel Arndt <arndtd@ornl.gov>
Tue, 15 Jun 2021 18:30:31 +0000 (14:30 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Tue, 27 Jul 2021 19:19:43 +0000 (15:19 -0400)
include/deal.II/fe/fe_values.h

index 994f49c3c9146c65695df6babe9841d115ab083c..4714b8f5b95d6b66adb022bcadf04102a1558e17 100644 (file)
@@ -1984,8 +1984,8 @@ namespace FEValuesViews
     /**
      * Move assignment operator.
      */
-    // NOLINTNEXTLINE
-    Tensor &operator=(Tensor<2, dim, spacedim> &&) = default;
+    Tensor &
+    operator=(Tensor<2, dim, spacedim> &&) = default; // NOLINT
 
     /**
      * Return the value of the vector components selected by this view, for

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.