From ff712be14ce6ba3617cc42b961ba846aba0482ea Mon Sep 17 00:00:00 2001 From: Bruno Blais Date: Sat, 1 Jul 2023 12:59:56 -0400 Subject: [PATCH] remove useless comments + indent --- source/distributed/fully_distributed_tria.cc | 3 --- source/particles/particle_handler.cc | 4 ---- 2 files changed, 7 deletions(-) diff --git a/source/distributed/fully_distributed_tria.cc b/source/distributed/fully_distributed_tria.cc index 38b488c20b..c120fe867f 100644 --- a/source/distributed/fully_distributed_tria.cc +++ b/source/distributed/fully_distributed_tria.cc @@ -456,9 +456,6 @@ namespace parallel void Triangulation::save(const std::string &filename) const { #ifdef DEAL_II_WITH_MPI - // AssertThrow(this->cell_attached_data.pack_callbacks_variable.size() == - // 0, - // ExcNotImplemented()); Assert( this->cell_attached_data.n_attached_deserialize == 0, diff --git a/source/particles/particle_handler.cc b/source/particles/particle_handler.cc index a0a4c16814..b671032dae 100644 --- a/source/particles/particle_handler.cc +++ b/source/particles/particle_handler.cc @@ -2260,7 +2260,6 @@ namespace Particles // First prepare container for insertion clear(); - //#ifdef DEAL_II_WITH_P4EST // If we are resuming from a checkpoint, we first have to register the // store function again, to set the triangulation to the same state as // before the serialization. Only afterwards we know how to deserialize the @@ -2288,9 +2287,6 @@ namespace Particles handle = numbers::invalid_unsigned_int; update_cached_numbers(); } - //#else - // (void)serialization; - //#endif } -- 2.39.5