]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add the missing implementation of a function.
authorWolfgang Bangerth <bangerth@colostate.edu>
Tue, 21 Aug 2018 13:25:43 +0000 (07:25 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Wed, 22 Aug 2018 04:30:14 +0000 (22:30 -0600)
include/deal.II/particles/particle_accessor.h

index 62340c4b1604c88af697533bf109cc16dd4c29eb..2d74711b073f7d20ad39029dcbac6c7173aa7d13 100644 (file)
@@ -220,6 +220,19 @@ namespace Particles
     template <int, int>
     friend class ParticleHandler;
   };
+
+
+
+  template <int dim, int spacedim>
+  template <class Archive>
+  void
+  ParticleAccessor<dim, spacedim>::serialize(Archive &          ar,
+                                             const unsigned int version)
+  {
+    return particle->second.serialize(ar, version);
+  }
+
+
 } // namespace Particles
 
 DEAL_II_NAMESPACE_CLOSE

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.