]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a typo in a label name.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 8 Apr 2009 13:28:43 +0000 (13:28 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 8 Apr 2009 13:28:43 +0000 (13:28 +0000)
git-svn-id: https://svn.dealii.org/trunk@18570 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 77e7f271661850245a8b600c9f1fbd0068e04124..5326ffc2c5efab80bbd6013ccef09d1714521a51 100644 (file)
@@ -353,7 +353,7 @@ double LaplaceKernel<dim>::single_layer(const Point<dim> &R,
     case 3:
         return (1./( R.norm()*4*numbers::PI ) );
         break;
-    defualt:
+    default:
         Assert(false, ExcInternalError());
         return 0.;
         break;

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.