]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Exclude a specialized constructor of Quadrature<0> from doxygen.
authorSimon Sticko <simon@sticko.se>
Thu, 7 Apr 2022 10:37:06 +0000 (12:37 +0200)
committerSimon Sticko <simon@sticko.se>
Thu, 7 Apr 2022 17:04:53 +0000 (19:04 +0200)
To supress a doxygen warning.

source/base/quadrature.cc

index 673a42c8b65d500120aa273c26bc66f005a98199..1d9978730527b1cdb31fb32d42e766baa537d558 100644 (file)
 DEAL_II_NAMESPACE_OPEN
 
 
+#ifndef DOXYGEN
 template <>
 Quadrature<0>::Quadrature(const unsigned int n_q)
   : quadrature_points(n_q)
   , weights(n_q, 0)
   , is_tensor_product_flag(false)
 {}
+#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.