From: Bruno Blais Date: Sat, 1 Jul 2023 16:59:56 +0000 (-0400) Subject: remove useless comments + indent X-Git-Tag: relicensing~802^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff712be14ce6ba3617cc42b961ba846aba0482ea;p=dealii.git remove useless comments + indent --- 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 }