]> https://gitweb.dealii.org/ - dealii.git/commitdiff
remove useless comments + indent
authorBruno Blais <blais.bruno@gmail.com>
Sat, 1 Jul 2023 16:59:56 +0000 (12:59 -0400)
committerBruno Blais <blais.bruno@gmail.com>
Sat, 1 Jul 2023 16:59:56 +0000 (12:59 -0400)
source/distributed/fully_distributed_tria.cc
source/particles/particle_handler.cc

index 38b488c20b58113628911851ad5a6bf25ef4ced5..c120fe867fbcb9c1ed3b66aaa228039ee63699f5 100644 (file)
@@ -456,9 +456,6 @@ namespace parallel
     void Triangulation<dim, spacedim>::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,
index a0a4c168141c74d4c06f0f0ea36b311e0a7776bb..b671032dae46f917c64b8637255128f2a9eefeb0 100644 (file)
@@ -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
   }
 
 

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.