]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Don't name unused args.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 27 Feb 2003 16:31:35 +0000 (16:31 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 27 Feb 2003 16:31:35 +0000 (16:31 +0000)
git-svn-id: https://svn.dealii.org/trunk@7258 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/data_out_faces_01.cc

index 13992bdb1cec3012c73bce546dd889b3e515dc3d..5b19bb5d905636db2c709cf10624fc9ebc4912f5 100644 (file)
@@ -21,9 +21,9 @@ std::string output_file_name = "data_out_faces_01.output";
 
 
 void
-check_this (const DoFHandler<1>   &dof_handler,
-            const Vector<double>  &v_node,
-            const Vector<double>  &v_cell)
+check_this (const DoFHandler<1>   &,
+            const Vector<double>  &,
+            const Vector<double>  &)
 {
                                    // nothing to check in 1d
 }

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.