]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make program compile with gcc4.4.
authorkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 25 Nov 2009 19:01:30 +0000 (19:01 +0000)
committerkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 25 Nov 2009 19:01:30 +0000 (19:01 +0000)
git-svn-id: https://svn.dealii.org/trunk@20169 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-38/step-38.cc

index 76c4c92f66522bcd6b8150016ab1e9b568f008b0..122db9727f8aa36f2a3dd4c795dc5a7940fd00e3 100644 (file)
@@ -64,6 +64,7 @@ template <int dim>
 class RHS:  public Function<dim>
 {
   public:
+    RHS () {};
     virtual void value_list (const std::vector<Point<dim> > &points,
                             std::vector<double> &values,
                             const unsigned int component=0) const;
@@ -74,6 +75,7 @@ template <int dim>
 class BoundaryValues:  public Function<dim>
 {
   public:
+    BoundaryValues () {};
     virtual void value_list (const std::vector<Point<dim> > &points,
                             std::vector<double> &values,
                             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.