From 314665aded0449e5c5d712a6f8db254cff8ab308 Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Mon, 5 Sep 2005 06:59:59 +0000 Subject: [PATCH] Comment out line which do not compile. git-svn-id: https://svn.dealii.org/trunk@11363 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-19/step-19.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"); } -- 2.39.5