]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make include path future proof.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 29 Sep 2011 15:29:11 +0000 (15:29 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 29 Sep 2011 15:29:11 +0000 (15:29 +0000)
git-svn-id: https://svn.dealii.org/trunk@24465 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/meshworker/output.h

index 98965d19246032079a6192c9739056247fd0059e..cbcab85971bd2925cba808b02c486dda27d76745 100644 (file)
@@ -16,7 +16,7 @@
 #include <deal.II/meshworker/dof_info.h>
 #include <deal.II/base/named_data.h>
 #include <deal.II/base/smartpointer.h>
-#include <base/utilities.h>
+#include <deal.II/base/utilities.h>
 #include <deal.II/lac/block_vector.h>
 #include <deal.II/base/mg_level_object.h>
 
@@ -214,15 +214,15 @@ namespace MeshWorker
 
 //      AssertDimension(np, Utilities::fixed_power<dim>(n_points));
       AssertDimension(nv, n_vectors+dim);
-      
-      
+
+
       for (unsigned int k=0; k<np; ++k)
        {
          if (k % row_length == 0)
            write_endl();
          if (k % row_length2 == 0)
            write_endl();
-         
+
            for(unsigned int i=0; i<nv; ++i)
              {
                write(info.quadrature_value(k,i));

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.