From be88ff5ee9a290034d9e9509096ef54f3e06c234 Mon Sep 17 00:00:00 2001 From: hartmann Date: Mon, 26 May 2008 09:34:46 +0000 Subject: [PATCH] Remove obsolete TODO. Eps output would be one of the worst possible output formats for curved boundaries. Use gnuplot or tecplot output instead. git-svn-id: https://svn.dealii.org/trunk@16207 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/grid/grid_out.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/deal.II/deal.II/source/grid/grid_out.cc b/deal.II/deal.II/source/grid/grid_out.cc index d3ae7d4e5a..fb8338c454 100644 --- a/deal.II/deal.II/source/grid/grid_out.cc +++ b/deal.II/deal.II/source/grid/grid_out.cc @@ -1515,7 +1515,6 @@ void GridOut::write_eps ( { // curved boundary output // presently not supported - //TODO:[RH] curved boundaries in eps for 3d Assert (mapping == 0, ExcNotImplemented()); typename Triangulation::active_cell_iterator -- 2.39.5