]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add a default constructor to KInverse to calm down icc9.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 2 Mar 2006 19:33:38 +0000 (19:33 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 2 Mar 2006 19:33:38 +0000 (19:33 +0000)
git-svn-id: https://svn.dealii.org/trunk@12527 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-20/step-20.cc
deal.II/examples/step-7/step-7.cc

index 81d4bdf64ec11952a9dd146fd3ab20b3a0ccbe2f..fa997182f7659f55cb86d7d014942e5a43a13671 100644 (file)
@@ -278,6 +278,8 @@ template <int dim>
 class KInverse : public TensorFunction<2,dim>
 {
   public:
+    KInverse () : TensorFunction<2,dim>() {}
+    
     virtual void value_list (const std::vector<Point<dim> > &points,
                             std::vector<Tensor<2,dim> >    &values) const;
 };
index 8ace17be92c38e9560bcd82febf4d50e06119fd6..0922d5fd71f2b3e5cdd54037906f1a999d7c97b4 100644 (file)
@@ -362,6 +362,8 @@ class RightHandSide : public Function<dim>,
                      protected SolutionBase<dim>
 {
   public:
+    RightHandSide () : Function<dim>() {};
+    
     virtual double value (const Point<dim>   &p,
                          const unsigned int  component = 0) const;
 };

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.