]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix get_curl on clang broken in #1920 1931/head
authorTimo Heister <timo.heister@gmail.com>
Mon, 30 Nov 2015 18:06:11 +0000 (13:06 -0500)
committerTimo Heister <timo.heister@gmail.com>
Mon, 30 Nov 2015 18:06:11 +0000 (13:06 -0500)
include/deal.II/matrix_free/fe_evaluation.h

index 81649d1b72538a5b0701c1edc052287ec7083c74..1c94eb598fbbf99bb6b1b88571945fd30261425d 100644 (file)
@@ -1132,7 +1132,7 @@ public:
    * Returns the curl of the vector field, $nabla \times v$ after a call to @p
    * evaluate(...,true,...).
    */
-  Tensor<1,dim==2?1:dim,VectorizedArray<Number> >
+  Tensor<1,(dim==2?1:dim),VectorizedArray<Number> >
   get_curl (const unsigned int q_point) const;
 
   /**

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.