From: bangerth Date: Thu, 9 Oct 2008 20:50:34 +0000 (+0000) Subject: Fix a bug in GridOut<1>::write_gnuplot. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c4dd2d4eaf656a7c5cb4ce1efc920448fa983c9;p=dealii-svn.git Fix a bug in GridOut<1>::write_gnuplot. git-svn-id: https://svn.dealii.org/trunk@17156 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/grid/grid_out.cc b/deal.II/deal.II/source/grid/grid_out.cc index 7daf629978..e235c896b6 100644 --- a/deal.II/deal.II/source/grid/grid_out.cc +++ b/deal.II/deal.II/source/grid/grid_out.cc @@ -965,7 +965,6 @@ void GridOut::write_gnuplot ( << ' ' << cell->level() << ' ' << static_cast(cell->material_id()) << '\n' << '\n'; - break; } // make sure everything now gets to diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index aaf8cb722a..4021a05e9f 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -320,6 +320,14 @@ inconvenience this causes.

deal.II

    +
  1. +

    + Fixed: The GridOut::write_gnuplot function had a bug that made it output only the + very first cell. This is now fixed. +
    + (WB 2008/10/09) +

    +
  2. New: The GridIn::read_msh function can now read version 2 of the MSH format described