]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
As in program2html.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 23 Mar 2001 09:58:49 +0000 (09:58 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 23 Mar 2001 09:58:49 +0000 (09:58 +0000)
git-svn-id: https://svn.dealii.org/branches/Branch-3-1@4277 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 546da81f4cf280be4c21af7848ce32d26ab0cf82..09f2ccb7e1515693d51cf1a5c7b761a4cbb611b3 100644 (file)
@@ -1,8 +1,9 @@
-# Copyright (C) 1999, 2000 by Wolfgang Bangerth, Univerisity of Heidelberg.de
+# Copyright (C) 1999, 2000, 2001 by Wolfgang Bangerth, Univerisity of Heidelberg.de
 
-# ignore the first few lines
+# ignore comments at the start of the program. this includes CVS
+# tags and copyright notices.
 $_ = <>;
-while ( m!^//\*\s*\$Id$!) {
+while ( m!^/[/\*]!) {
     $_ = <>;
 }
 
@@ -20,9 +21,6 @@ END
 
 
 while (<>) {
-    # ignore cvs tag
-    next if m!^//\*\s*\$Id:!;
-
     # ignore comment lines
     next if m!^\s*//!;  
 

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.