]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Avoid C++11'isms.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 25 Feb 2015 13:50:14 +0000 (07:50 -0600)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 25 Feb 2015 14:06:31 +0000 (08:06 -0600)
tests/base/tensor_nondefault_constructor.cc

index 3c151e84ce2a5b0501f7eed9d7df849ba362bde0..3606a242c95af11ffc5a6897b7b174e509ec4fb2 100644 (file)
@@ -68,7 +68,7 @@ int main ()
     Assert (ft2 == ft, ExcInternalError());
     Assert (ft == ft2, ExcInternalError());
   
-    Tensor<1,dim,std::complex<double>> ct(dt), ct2;
+    Tensor<1,dim,std::complex<double> > ct(dt), ct2;
     ct2 = dt;
     Assert (ct2 == ct, ExcInternalError());
     Assert (ct == ct2, ExcInternalError());

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.