]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix failing data_out_* tests 6835/head
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Sun, 24 Jun 2018 22:18:22 +0000 (00:18 +0200)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Sun, 24 Jun 2018 22:18:22 +0000 (00:18 +0200)
source/base/data_out_base.cc

index c1b3a3aef0256fe9bc77b65666bc31a0e00bcb65..e9a578cf648a9b09145268ff3fbf49a2f2af4c2c 100644 (file)
@@ -7486,11 +7486,7 @@ void
 DataOutBase::write_filtered_data(
   const std::vector<Patch<dim, spacedim>> &patches,
   const std::vector<std::string> &         data_names,
-  const std::vector<
-    std::tuple<unsigned int,
-               unsigned int,
-               std::string,
-               DataComponentInterpretation::DataComponentInterpretation>>
+  const std::vector<std::tuple<unsigned int, unsigned int, std::string>>
     &                         nonscalar_data_ranges,
   DataOutBase::DataOutFilter &filtered_data)
 {
@@ -7527,7 +7523,11 @@ void
 DataOutBase::write_filtered_data(
   const std::vector<Patch<dim, spacedim>> &patches,
   const std::vector<std::string> &         data_names,
-  const std::vector<std::tuple<unsigned int, unsigned int, std::string>>
+  const std::vector<
+    std::tuple<unsigned int,
+               unsigned int,
+               std::string,
+               DataComponentInterpretation::DataComponentInterpretation>>
     &                         nonscalar_data_ranges,
   DataOutBase::DataOutFilter &filtered_data)
 {

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.