]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Unnecessary ; removed.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 26 Apr 2003 16:10:31 +0000 (16:10 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 26 Apr 2003 16:10:31 +0000 (16:10 +0000)
git-svn-id: https://svn.dealii.org/trunk@7481 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/solver_minres.h

index e38a07e9a7a5353c29121b60963d58027296c2d0..5dc2e8308318b6a2a9b34205156581d2d58171c3 100644 (file)
@@ -161,7 +161,7 @@ double
 SolverMinRes<VECTOR>::criterion()
 {
   return res2;
-};
+}
 
 
 template<class VECTOR>
@@ -361,7 +361,7 @@ SolverMinRes<VECTOR>::solve (const MATRIX         &A,
     throw SolverControl::NoConvergence (this->control().last_step(),
                                        this->control().last_value());
                                   // otherwise exit as normal
-};
+}
 
 
 #endif

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.