]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Adjust test.
authorWolfgang Bangerth <bangerth@colostate.edu>
Tue, 25 Apr 2017 21:21:46 +0000 (15:21 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Tue, 25 Apr 2017 21:22:24 +0000 (15:22 -0600)
tests/mappings/mapping_manifold_06.cc

index 3d6209bb6cc8e6bb35a2c60adf4909ebc2db6edc..21e21ca565d8387c1a386ebe484d214803918e38 100644 (file)
@@ -71,7 +71,7 @@ void test()
           {
             fe_v.reinit(cell, f);
             const std::vector<Point<spacedim> > &qps = fe_v.get_quadrature_points();
-            const std::vector<Point<spacedim> > &nps = fe_v.get_normal_vectors();
+            const std::vector<Tensor<1,spacedim> > &nps = fe_v.get_normal_vectors();
             for (unsigned int i=0; i<qps.size(); ++i)
               {
                 out << qps[i] << std::endl;
@@ -100,7 +100,7 @@ void test()
           {
             fe_v.reinit(cell, f);
             const std::vector<Point<spacedim> > &qps = fe_v.get_quadrature_points();
-            const std::vector<Point<spacedim> > &nps = fe_v.get_normal_vectors();
+            const std::vector<Tensor<1,spacedim> > &nps = fe_v.get_normal_vectors();
             for (unsigned int i=0; i<qps.size(); ++i)
               {
                 out << qps[i] << " " << nps[i] << 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.