]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Avoid a formatting problem resulting from the previous change.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 26 Jan 2006 04:11:37 +0000 (04:11 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 26 Jan 2006 04:11:37 +0000 (04:11 +0000)
git-svn-id: https://svn.dealii.org/trunk@12172 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/tutorial/chapter-2.step-by-step/program2plain

index df4e6822869eb007c1e0e5f7df97a5e86a44e9e1..5174b5b35157c4f8a9fb2337d3d312f1fbccb795 100644 (file)
@@ -15,7 +15,7 @@ the path on some remote server.)
 END
 
 
-do {
+while (<>) {
     # ignore comment lines
     if ( ! m!^\s*//! ) {
        # substitute special characters
@@ -43,6 +43,6 @@ do {
           print;
        }
     }  
-} while (<>);
+}
 
 print "</code></pre>\n</p>\n\n";

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.