]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Indent 12428/head
authorRene Gassmoeller <rene.gassmoeller@mailbox.org>
Wed, 9 Jun 2021 20:41:06 +0000 (16:41 -0400)
committerRene Gassmoeller <rene.gassmoeller@mailbox.org>
Wed, 9 Jun 2021 22:41:23 +0000 (18:41 -0400)
include/deal.II/particles/particle_handler.h
source/particles/particle_handler.cc

index d4c5af71555cdbb70c6ef2e2437d8bff175e3f46..6e1175f46cd1eef0e11fcdb12ccad5347b5e33fc 100644 (file)
@@ -807,7 +807,7 @@ namespace Particles
       const Point<dim> &          reference_position,
       const types::particle_index particle_index,
       const typename Triangulation<dim, spacedim>::active_cell_iterator &cell,
-      const ArrayView<const double>     &properties = {});
+      const ArrayView<const double> &properties = {});
 
     /**
      * Address of the triangulation to work on.
index 4dd410bc6662ceeb441918ab7f78691b7fb82da4..895c2d1ca8b63bf145dc812aaf9ce9e4b0ecb3a3 100644 (file)
@@ -475,7 +475,7 @@ namespace Particles
     const Point<dim> &          reference_position,
     const types::particle_index particle_index,
     const typename Triangulation<dim, spacedim>::active_cell_iterator &cell,
-    const ArrayView<const double>     &properties)
+    const ArrayView<const double> &properties)
   {
     Assert(triangulation != nullptr, ExcInternalError());
     Assert(cell.state() == IteratorState::valid, ExcInternalError());

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.