]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix unused variable warnings in step-30
authorMatthias Maier <tamiko@43-1.org>
Wed, 15 Mar 2017 19:11:58 +0000 (14:11 -0500)
committerMatthias Maier <tamiko@43-1.org>
Wed, 15 Mar 2017 19:16:57 +0000 (14:16 -0500)
examples/step-30/step-30.cc

index e721418935942d31b85825ce37d52764308ddfab..3591a4e01a70ee8bb613b466908b45ac98ac7a57 100644 (file)
@@ -91,6 +91,7 @@ namespace Step30
                             std::vector<double> &values,
                             const unsigned int) const
   {
+    (void) points;
     Assert(values.size()==points.size(),
            ExcDimensionMismatch(values.size(),points.size()));
 

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.