]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 19 Apr 2002 14:45:05 +0000 (14:45 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 19 Apr 2002 14:45:05 +0000 (14:45 +0000)
git-svn-id: https://svn.dealii.org/trunk@5697 0785d39b-7218-0410-832d-ea1e28bc413d

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

index a4ab26478b57aed9f98700280ef3e075dd2f938a..0283a294e00f3f450def86a037e3c37518f4a681 100644 (file)
@@ -706,13 +706,12 @@ namespace LaplaceSolver
 };
 
 
-
-
-
 template <int dim>
 class Solution : public Function<dim>
 {
   public:
+    Solution () : Function<dim> () {};
+    
     virtual double value (const Point<dim>   &p,
                          const unsigned int  component) const;
 };
@@ -736,6 +735,8 @@ template <int dim>
 class RightHandSide : public Function<dim>
 {
   public:
+    RightHandSide () {};
+    
     virtual double value (const Point<dim>   &p,
                          const unsigned int  component) 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.