]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Bugfix: Close #ifdef at the right point 6345/head
authorMatthias Maier <tamiko@43-1.org>
Thu, 26 Apr 2018 16:59:44 +0000 (11:59 -0500)
committerMatthias Maier <tamiko@43-1.org>
Thu, 26 Apr 2018 16:59:44 +0000 (11:59 -0500)
This was found by cppcheck that rightfully complains about the #endif
statement closing at the wrong position.

include/deal.II/matrix_free/dof_info.h

index 29baceeab7fa4166cd3de20ebc587fd22cdd5fba..214a4da17cf12d915c3bd24f07a7d7bb73e0b361 100644 (file)
@@ -507,11 +507,11 @@ namespace internal
       return 0;
     }
 
+#endif  // ifndef DOXYGEN
+
   } // end of namespace MatrixFreeFunctions
 } // end of namespace internal
 
-#endif  // ifndef DOXYGEN
-
 DEAL_II_NAMESPACE_CLOSE
 
 #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.