]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Qualify the use of a namespace.
authorWolfgang Bangerth <bangerth@colostate.edu>
Wed, 27 Apr 2022 22:59:09 +0000 (16:59 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Wed, 27 Apr 2022 23:02:01 +0000 (17:02 -0600)
tests/data_out/data_out_complex_postprocessor_03.cc

index be94c8211e865a6f581cd85166d4a663a3a4d0a7..d4129c90e9ec7f55c9f542867664c992a0eadab9 100644 (file)
@@ -149,8 +149,8 @@ check()
   for (unsigned int i = 0; i < v.size(); ++i)
     v(i) = std::complex<double>(0, 1);
 
-  const DataPostprocessors::ComplexMagnitude<dim> complex_magnitude;
-  const DataPostprocessors::ComplexPhase<dim>     complex_phase;
+  const ::DataPostprocessors::ComplexMagnitude<dim> complex_magnitude;
+  const ::DataPostprocessors::ComplexPhase<dim>     complex_phase;
 
   DataOut<dim> data_out;
   data_out.attach_dof_handler(dof_handler);

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.