From 666e71b67ebfbcdfc3a2e51b508d2db82fa746c9 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 1 Jul 2003 00:08:15 +0000 Subject: [PATCH] Lift restriction on dataout objects not being empty in merge_patches. git-svn-id: https://svn.dealii.org/trunk@7818 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/numerics/data_out.h | 5 ----- deal.II/doc/news/c-4-0.html | 9 +++++++++ 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/deal.II/deal.II/include/numerics/data_out.h b/deal.II/deal.II/include/numerics/data_out.h index da37b64190..f067cb1407 100644 --- a/deal.II/deal.II/include/numerics/data_out.h +++ b/deal.II/deal.II/include/numerics/data_out.h @@ -385,11 +385,6 @@ class DataOut_DoFData : public DataOutInterface * patches, the previous state is * overwritten, and the merged-in * patches are lost. - * - * This function will fail if - * either this or the other - * object did not yet set up any - * patches. */ void merge_patches (const DataOut_DoFData &source); diff --git a/deal.II/doc/news/c-4-0.html b/deal.II/doc/news/c-4-0.html index 04ac35fe52..e7d8192df0 100644 --- a/deal.II/doc/news/c-4-0.html +++ b/deal.II/doc/news/c-4-0.html @@ -67,6 +67,15 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

deal.II

    +
  1. + Changed: The restriction that source and destination objects of + the DataOut_DoFData::merge_patches + function need to be non-empty has been lifted. There was no + good reason for that anyway. +
    + (WB 2002/06/30) +

    +
  2. Fixed: The FETools::extrapolate function operates on patches of cells, but didn't check whether -- 2.39.5