From: Wolfgang Bangerth Date: Tue, 1 Jul 2003 00:08:15 +0000 (+0000) Subject: Lift restriction on dataout objects not being empty in merge_patches. X-Git-Tag: v8.0.0~16391 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11c65b64fb2da7259e62ce08f4e2d5e73f88a00d;p=dealii.git 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 --- 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