]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Adjust to new interface of QProjector.
authorleicht <leicht@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 9 Feb 2007 09:09:13 +0000 (09:09 +0000)
committerleicht <leicht@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 9 Feb 2007 09:09:13 +0000 (09:09 +0000)
git-svn-id: https://svn.dealii.org/trunk@14453 0785d39b-7218-0410-832d-ea1e28bc413d

tests/base/qprojector.cc

index 49f050d792c1729fbed071af40119693482b6d8e..9cdafd2bab17e51ab0e70e6981e35c505c19a144 100644 (file)
@@ -106,7 +106,7 @@ void check_faces (Quadrature<1>& q1)
              << std::endl;
 
       unsigned int
-       offset = QProjector<dim>::DataSetDescriptor::face(f, false, nqs);
+       offset = QProjector<dim>::DataSetDescriptor::face(f, false, false, false, nqs);
       
       for (unsigned int k=0;k<nqs;++k)
        deallog << faces.point(offset+k) << std::endl;
@@ -115,7 +115,7 @@ void check_faces (Quadrature<1>& q1)
              << " orientation true"
              << std::endl;
       
-      offset = QProjector<dim>::DataSetDescriptor::face(f, true, nqs);
+      offset = QProjector<dim>::DataSetDescriptor::face(f, true, false, false, nqs);
       
       for (unsigned int k=0;k<nqs;++k)
        deallog << faces.point(offset+k) << std::endl;

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.