]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove unnecessary parameter.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 21 Oct 2010 16:09:13 +0000 (16:09 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 21 Oct 2010 16:09:13 +0000 (16:09 +0000)
git-svn-id: https://svn.dealii.org/trunk@22425 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/multiple_parameter_loop_01.cc

index ce10290a2c5a6bae8aade40481dfeca2d655615e..3fa113c49e6aa130092f2690e0eeaf2a699370e0 100644 (file)
@@ -62,7 +62,7 @@ void HelperClass::run (ParameterHandler &prm)
 
 
 
-void check (const char *p)
+void check ()
 {
   class MultipleParameterLoop prm;
   HelperClass h;
@@ -80,7 +80,7 @@ int main ()
   deallog.depth_console(0);
   deallog.threshold_double(1.e-10);
 
-  check ("multiple_parameter_loop_01/prm");
+  check ();
 
   return 0;
 }

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.