From: Wolfgang Bangerth Date: Tue, 1 Jul 2003 00:17:15 +0000 (+0000) Subject: Undo last checkin. X-Git-Tag: v8.0.0~16390 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b6253a8eb7faf8bd74670289e3524317314260a;p=dealii.git Undo last checkin. git-svn-id: https://svn.dealii.org/trunk@7819 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 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