]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Mark functions virtual as necessary.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 12 Feb 2010 03:59:59 +0000 (03:59 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 12 Feb 2010 03:59:59 +0000 (03:59 +0000)
git-svn-id: https://svn.dealii.org/trunk@20564 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/fe/fe_values.h

index 6594d2092232636936b43998352456de234a7355..0dd2b7a95dc608db770d21e309776b54bf18f7f5 100644 (file)
@@ -2834,27 +2834,27 @@ class FEValuesBase : protected FEValuesData<dim,spacedim>,
         get_interpolated_dof_values (const PETScWrappers::BlockVector &in,
                                      Vector<PetscScalar>              &out) const = 0;
 
-                                    /**
-                                     * Call
-                                     * @p get_interpolated_dof_values
-                                     * of the iterator with the
-                                     * given arguments.
-                                     */
-    virtual
-    void
-    get_interpolated_dof_values (const PETScWrappers::MPI::Vector &in,
-                                Vector<PetscScalar>         &out) const;
+                                        /**
+                                         * Call
+                                         * @p get_interpolated_dof_values
+                                         * of the iterator with the
+                                         * given arguments.
+                                         */
+       virtual
+       void
+       get_interpolated_dof_values (const PETScWrappers::MPI::Vector &in,
+                                    Vector<PetscScalar>         &out) const = 0;
 
-                                    /**
-                                     * Call
-                                     * @p get_interpolated_dof_values
-                                     * of the iterator with the
-                                     * given arguments.
-                                     */
-    virtual
-    void
-    get_interpolated_dof_values (const PETScWrappers::MPI::BlockVector &in,
-                                Vector<PetscScalar>              &out) const;
+                                        /**
+                                         * Call
+                                         * @p get_interpolated_dof_values
+                                         * of the iterator with the
+                                         * given arguments.
+                                         */
+       virtual
+       void
+       get_interpolated_dof_values (const PETScWrappers::MPI::BlockVector &in,
+                                    Vector<PetscScalar>              &out) const = 0;
 #endif
 
 #ifdef DEAL_II_USE_TRILINOS

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.