From 2636c54d26eb83dcd5cf11d820f5e6f0ceb0985f Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 1 Jul 2003 00:17:15 +0000 Subject: [PATCH] Undo last checkin. git-svn-id: https://svn.dealii.org/trunk@7819 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, 5 insertions(+), 9 deletions(-) diff --git a/deal.II/deal.II/include/numerics/data_out.h b/deal.II/deal.II/include/numerics/data_out.h index f067cb1407..da37b64190 100644 --- a/deal.II/deal.II/include/numerics/data_out.h +++ b/deal.II/deal.II/include/numerics/data_out.h @@ -385,6 +385,11 @@ 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 e7d8192df0..04ac35fe52 100644 --- a/deal.II/doc/news/c-4-0.html +++ b/deal.II/doc/news/c-4-0.html @@ -67,15 +67,6 @@ 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