From: hartmann Date: Mon, 5 Sep 2005 06:59:59 +0000 (+0000) Subject: Comment out line which do not compile. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e61c908fa643aa56d97c124d9ac31275c77892cf;p=dealii-svn.git Comment out line which do not compile. git-svn-id: https://svn.dealii.org/trunk@11363 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-19/step-19.cc b/deal.II/examples/step-19/step-19.cc index 585b3460f6..b2d6d6a29d 100644 --- a/deal.II/examples/step-19/step-19.cc +++ b/deal.II/examples/step-19/step-19.cc @@ -295,8 +295,8 @@ parse_command_line (const int argc, exit (1); } - if (output_file == "") - output_file.get ("Output file"); +// if (output_file == "") +// output_file.get ("Output file"); }