]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix an assertion that was incorrectly changed when converting deprecated
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 7 Jan 2013 01:06:51 +0000 (01:06 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 7 Jan 2013 01:06:51 +0000 (01:06 +0000)
function calls.

git-svn-id: https://svn.dealii.org/trunk@27949 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/fe/fe.h

index 70565a9095cfa0cd387697c232b381c4032be19e..15c34dcd3ec92cb8e37dc969721bc50e390c0e07 100644 (file)
@@ -1,7 +1,7 @@
 //---------------------------------------------------------------------------
 //    $Id$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2010, 2011, 2012 by the deal.II authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2010, 2011, 2012, 2013 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -2875,7 +2875,7 @@ FiniteElement<dim,spacedim>::face_system_to_component_index (const unsigned int
   //
   // in 1d, the face index is equal
   // to the cell index
-  Assert (is_primitive(this->face_to_cell_index(0, index)),
+  Assert (is_primitive(this->face_to_cell_index(index, 0)),
           (typename FiniteElement<dim,spacedim>::ExcShapeFunctionNotPrimitive(index)) );
 
   return face_system_to_component_table[index];

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.