]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix small problems which prevented from compiling.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 26 Nov 1998 09:18:06 +0000 (09:18 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 26 Nov 1998 09:18:06 +0000 (09:18 +0000)
git-svn-id: https://svn.dealii.org/trunk@679 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/Attic/examples/multigrid/multigrid.cc
tests/big-tests/multigrid/multigrid.cc

index 73cb98dfe3f9fb77d14f1ad04385d72be91e8a75..6178d5ee56350370807696bf52543072b10c138c 100644 (file)
@@ -83,7 +83,8 @@ class PoissonProblem {
     typedef TriaActiveIterator<dim, Assembler<dim> > active_assemble_iterator;
 
     PoissonProblem (unsigned int order);
-
+    virtual ~PoissonProblem () {};
+    
     void clear ();
     void create_new ();
     void solve ();
@@ -111,6 +112,11 @@ class PoissonProblem {
     int run (unsigned int level);
     void print_history (string filename) const;
     
+                                    /**
+                                     * Exception
+                                     */
+    DeclException0 (ExcNoTriaSelected);
+
   protected:
     Triangulation<dim> *tria;
     MGDoFHandler<dim>  *dof;
index 73cb98dfe3f9fb77d14f1ad04385d72be91e8a75..6178d5ee56350370807696bf52543072b10c138c 100644 (file)
@@ -83,7 +83,8 @@ class PoissonProblem {
     typedef TriaActiveIterator<dim, Assembler<dim> > active_assemble_iterator;
 
     PoissonProblem (unsigned int order);
-
+    virtual ~PoissonProblem () {};
+    
     void clear ();
     void create_new ();
     void solve ();
@@ -111,6 +112,11 @@ class PoissonProblem {
     int run (unsigned int level);
     void print_history (string filename) const;
     
+                                    /**
+                                     * Exception
+                                     */
+    DeclException0 (ExcNoTriaSelected);
+
   protected:
     Triangulation<dim> *tria;
     MGDoFHandler<dim>  *dof;

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.