]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make it compile in debug.
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 30 Jan 2007 09:05:07 +0000 (09:05 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 30 Jan 2007 09:05:07 +0000 (09:05 +0000)
git-svn-id: https://svn.dealii.org/trunk@14395 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/data_out_base.cc

index 009e5c7486eace278d9a35df934932b7d6f2a4a1..f932787c1e997abd31ccae481bffc2f1e1f56dc8 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors
+//    Copyright (C) 1999, 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
@@ -3022,7 +3022,7 @@ void DataOutBase::write_tecplot_binary (const std::vector<Patch<dim,spacedim> >
                                   // first patch. checks against all
                                   // other patches are made in
                                   // write_gmv_reorder_data_vectors
-  Assert ((patch[0].data.n_rows() == n_data_sets && !patches[0].points_are_available) ||
+  Assert ((patches[0].data.n_rows() == n_data_sets && !patches[0].points_are_available) ||
          (patches[0].data.n_rows() == n_data_sets+spacedim && patches[0].points_are_available),
          ExcDimensionMismatch (patches[0].points_are_available ? (patches[0].data.n_rows() + spacedim) : patches[0].data.n_rows(), n_data_sets));
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.