]> https://gitweb.dealii.org/ - dealii.git/commitdiff
warnings removed in 3D
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Fri, 9 Jun 2000 21:07:23 +0000 (21:07 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Fri, 9 Jun 2000 21:07:23 +0000 (21:07 +0000)
git-svn-id: https://svn.dealii.org/trunk@3000 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe_lib.dgp1.cc

index aa654626078b276b78273d90288eade52ce25e86..deab2c3d3e8b7f901ec0eeef834003302fd95925 100644 (file)
@@ -288,7 +288,7 @@ template <>
 inline
 Tensor<1,3>
 FEDG_P1<3>::shape_grad (const unsigned int i,
-                        const Point<3>& p) const
+                        const Point<3>&) const
 {
   Assert((i<dofs_per_cell), ExcIndexRange(i, 0, dofs_per_cell));
                                   // originally, the return type of the
@@ -311,7 +311,7 @@ template <>
 inline
 Tensor<2,3>
 FEDG_P1<3>::shape_grad_grad (const unsigned int i,
-                             const Point<3> &p) const
+                             const Point<3> &) const
 {
   Assert((i<dofs_per_cell), ExcIndexRange(i, 0, dofs_per_cell));
 
@@ -334,7 +334,8 @@ void FEDG_P1<3>::get_local_mass_matrix (const DoFHandler<3>::cell_iterator &,
 
 
 template <>
-void FEDG_P1<3>::get_unit_support_points (vector<Point<3> > &unit_points) const {
+void FEDG_P1<3>::get_unit_support_points (vector<Point<3> > &unit_points) const
+{
   Assert (unit_points.size() == dofs_per_cell,
          ExcWrongFieldDimension (unit_points.size(), dofs_per_cell));
 

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.