]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix three little typos, which I didn't catch yesterday.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 4 Nov 1998 09:12:23 +0000 (09:12 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 4 Nov 1998 09:12:23 +0000 (09:12 +0000)
git-svn-id: https://svn.dealii.org/trunk@626 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/dofs/dof_accessor.cc

index 3e0844099fd02acf0ef9953e41f3f55258408131..b24f7ec9985cb0343ee7c170bd5647a592de260b 100644 (file)
@@ -534,11 +534,11 @@ DoFCellAccessor<dim>::get_interpolated_dof_values (const dVector &values,
                                           // get the values from the present
                                           // child, if necessary by
                                           // interpolation itself
-         child(child)->get_interpolated_dof_values (values,
+         this->child(child)->get_interpolated_dof_values (values,
                                                     tmp1);
                                           // interpolate these to the mother
                                           // cell
-         dof_handler->get_fe()->restrict(child).vmult (tmp2, tmp1);
+         dof_handler->get_fe().restrict(child).vmult (tmp2, tmp1);
          
                                           // now write those entries in tmp2
                                           // which are != 0 into the output
@@ -550,6 +550,7 @@ DoFCellAccessor<dim>::get_interpolated_dof_values (const dVector &values,
          for (unsigned int i=0; i<total_dofs; ++i)
            if (tmp2(i) != 0)
              interpolated_values(i) = tmp2(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.