]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Replace assertion by a TODO. real_to_standard_face_vertex needs to care about face_or...
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 12 Oct 2007 12:20:28 +0000 (12:20 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 12 Oct 2007 12:20:28 +0000 (12:20 +0000)
git-svn-id: https://svn.dealii.org/trunk@15301 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/geometry_info.cc

index 1e020a2e611b2a0c2ec50854f60ba1b8b1b48a03..e0211a10ee6b7cd5b6683d98c642c70d2208ec5a 100644 (file)
@@ -355,9 +355,8 @@ GeometryInfo<dim>::real_to_standard_face_vertex(const unsigned int vertex,
                                                const bool,
                                                const bool)
 {
-  Assert(false, ExcNotImplemented());
+//TODO:[Tobias] do we need to care here about face_orientation in 2d?!
   return vertex;
-  
 }
 
 

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.