]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove some unnecessary ';'s. 6165/head
authorDavid Wells <wellsd2@rpi.edu>
Thu, 5 Apr 2018 15:12:42 +0000 (11:12 -0400)
committerDavid Wells <wellsd2@rpi.edu>
Thu, 5 Apr 2018 15:24:06 +0000 (11:24 -0400)
include/deal.II/numerics/time_dependent.h
source/lac/constraint_matrix.cc

index 621ec62f9d797315871b038f81cf29be759e90e0..d215ed31cdf8bb30163f3ede88b0c7cf9ee1857b 100644 (file)
@@ -1569,8 +1569,8 @@ void TimeDependent::do_loop (InitFunctionObject      init_function,
             if (n_timesteps-(step-look_back) <= n_timesteps)
               timesteps[n_timesteps-(step-look_back)-1]->sleep(look_back);
             break;
-          };
-    };
+          }
+    }
 
   // make the last few timesteps sleep
   for (int step=n_timesteps;
index 5939293efa072ea854a32f49a2ba2113b997e676..d4290717457a80fbd6f8bf50ec39d54607b83941 100644 (file)
@@ -838,8 +838,8 @@ void ConstraintMatrix::condense (DynamicSparsityPattern &sparsity) const
                     if ((new_col < column) && (old_rowlength != new_rowlength))
                       ++j;
                     old_rowlength = new_rowlength;
-                  };
-              };
+                  }
+              }
           }
       else
         // row must be distributed
@@ -864,8 +864,8 @@ void ConstraintMatrix::condense (DynamicSparsityPattern &sparsity) const
                   sparsity.add (lines[distribute[row]].entries[p].first,
                                 lines[distribute[sparsity.column_number(row,j)]]
                                 .entries[q].first);
-          };
-    };
+          }
+    }
 }
 
 
@@ -1049,9 +1049,9 @@ void ConstraintMatrix::condense (BlockDynamicSparsityPattern &sparsity) const
                            .entries.size(); ++q)
                         sparsity.add (row,
                                       lines[distribute[global_col]].entries[q].first);
-                    };
-                };
-            };
+                    }
+                }
+            }
         }
       else
         {
@@ -1086,11 +1086,11 @@ void ConstraintMatrix::condense (BlockDynamicSparsityPattern &sparsity) const
                         for (size_type q=0; q!=lines[distribute[global_col]].entries.size(); ++q)
                           sparsity.add (lines[distribute[row]].entries[p].first,
                                         lines[distribute[global_col]].entries[q].first);
-                    };
-                };
-            };
-        };
-    };
+                    }
+                }
+            }
+        }
+    }
 }
 
 

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.