]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Get rid of two unused variable warnings. 5096/head
authorDavid Wells <wellsd2@rpi.edu>
Sat, 16 Sep 2017 18:50:30 +0000 (14:50 -0400)
committerDavid Wells <wellsd2@rpi.edu>
Sat, 16 Sep 2017 19:07:00 +0000 (15:07 -0400)
source/sundials/ida.cc

index d4212bff02c866f6a95c4236065e00e3a5e26399..830ee4baff32a8f65ba6c5d80a93471957c7bdfe 100644 (file)
@@ -179,6 +179,7 @@ namespace SUNDIALS
     unsigned int step_number = 0;
 
     int status;
+    (void)status;
 
     // The solution is stored in
     // solution. Here we take only a
@@ -306,6 +307,7 @@ namespace SUNDIALS
       }
 
     int status;
+    (void)status;
     system_size = solution.size();
 #ifdef DEAL_II_WITH_MPI
     if (is_serial_vector<VectorType>::value == false)

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.