]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Make code slightly easier to read.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 30 Oct 2014 15:14:56 +0000 (10:14 -0500)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 30 Oct 2014 15:14:56 +0000 (10:14 -0500)
source/fe/mapping_q.cc

index 1a11031876567ad604185c925775664fcb930dd2..7e55c522a172bfac2f3f1250c190dd28b0e1b4ec 100644 (file)
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2001 - 2013 by the deal.II authors
+// Copyright (C) 2001 - 2014 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -786,7 +786,9 @@ MappingQ<dim,spacedim>::add_line_support_points (const typename Triangulation<di
 
           const Manifold<dim,spacedim> &manifold =
             ( ( line->manifold_id() == numbers::invalid_manifold_id ) &&
-              ( dim < spacedim ) ? cell->get_manifold() :
+              ( dim < spacedim )
+              ?
+              cell->get_manifold() :
               line->get_manifold() );
 
           get_intermediate_points_on_object (manifold, line, line_points);

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.