]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix typo.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 30 Nov 2001 12:51:23 +0000 (12:51 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 30 Nov 2001 12:51:23 +0000 (12:51 +0000)
git-svn-id: https://svn.dealii.org/trunk@5317 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/config.h.in
deal.II/examples/step-5/step-5.cc

index 3444172371084b9cc23d0cd61aae75ddb11c34dd..fbbe516c1322f64c14afe1a1fcb09a44aee8493c 100644 (file)
@@ -54,7 +54,7 @@
 #undef HAVE_STD_ITERATOR_CLASS
 
 /* Define if the compiler's library in use provides
-                 std::i/ostringstream classese (early gcc versions did not) */
+                 std::i/ostringstream classes (early gcc versions did not) */
 #undef HAVE_STD_STRINGSTREAM
 
 /* Define if you have the rand_r function */
index 830ae6430520ae0d931d75a65d752e16668f3fad..b0376e032135e3385996895259dfff6a37891a01 100644 (file)
@@ -817,7 +817,7 @@ void LaplaceProblem<dim>::output_results (const unsigned int cycle) const
                                   // way as done above in deciding
                                   // which file to include, we here
                                   // decide which class name to use:
-#ifdef HAVE_STD_STRINSTREAM
+#ifdef HAVE_STD_STRINGSTREAM
   std::ostringstream filename;
 #else
   std::ostrstream filename;

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.