From 95d1b9c0a22ca43143968af1ffb492c2a61b8a73 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 28 Aug 2007 21:49:14 +0000 Subject: [PATCH] Add a TODO git-svn-id: https://svn.dealii.org/trunk@15080 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/numerics/data_out_rotation.cc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/deal.II/deal.II/source/numerics/data_out_rotation.cc b/deal.II/deal.II/source/numerics/data_out_rotation.cc index 66ba817302..479e8002e3 100644 --- a/deal.II/deal.II/source/numerics/data_out_rotation.cc +++ b/deal.II/deal.II/source/numerics/data_out_rotation.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors +// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -34,6 +34,11 @@ DEAL_II_NAMESPACE_OPEN //TODO: Update documentation //TODO: Unify code for dimensions + +//TODO: build_some_patches isn't going to work if first_cell/next_cell +//don't iterate over all cells and if cell data is requested. in that +//case, we need to calculate cell_number as in the DataOut class + // Not implemented for 3D #if deal_II_dimension < 3 -- 2.39.5