]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a clang warning. 2347/head
authorDavid Wells <wellsd2@rpi.edu>
Mon, 14 Mar 2016 00:07:10 +0000 (20:07 -0400)
committerDavid Wells <wellsd2@rpi.edu>
Mon, 14 Mar 2016 00:07:10 +0000 (20:07 -0400)
The declaration of ConstraintValues uses 'struct', so the forward
declaration should also use 'struct'.

include/deal.II/matrix_free/dof_info.h

index 752b9036c4c2b92a96fcf88bb83d6778b08c79dc..b4d3fab061efdcf22421dca09b82715b32003496 100644 (file)
@@ -37,7 +37,7 @@ namespace internal
 {
   namespace MatrixFreeFunctions
   {
-    template <typename Number> class ConstraintValues;
+    template <typename Number> struct ConstraintValues;
 
     /**
      * The class that stores the indices of the degrees of freedom for all the

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.