From: Wolfgang Bangerth Date: Tue, 21 Aug 2018 13:25:43 +0000 (-0600) Subject: Add the missing implementation of a function. X-Git-Tag: v9.1.0-rc1~766^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3aac4d147c97836ff650a6598cad95556e356ac;p=dealii.git Add the missing implementation of a function. --- diff --git a/include/deal.II/particles/particle_accessor.h b/include/deal.II/particles/particle_accessor.h index 62340c4b16..2d74711b07 100644 --- a/include/deal.II/particles/particle_accessor.h +++ b/include/deal.II/particles/particle_accessor.h @@ -220,6 +220,19 @@ namespace Particles template friend class ParticleHandler; }; + + + + template + template + void + ParticleAccessor::serialize(Archive & ar, + const unsigned int version) + { + return particle->second.serialize(ar, version); + } + + } // namespace Particles DEAL_II_NAMESPACE_CLOSE