]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove deprecated function TimeDependent::end_sweep with an argument.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 30 Dec 2014 01:53:08 +0000 (19:53 -0600)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 4 Jan 2015 21:10:25 +0000 (15:10 -0600)
include/deal.II/numerics/time_dependent.h
source/numerics/time_dependent.cc

index 8a6311f8fc73b75ed213811dc8e9d385f28790e2..d1c96571e5fc974c042aa103c9d7279fe8754aa7 100644 (file)
@@ -570,12 +570,6 @@ public:
    */
   virtual void end_sweep ();
 
-  /**
-   * @deprecated Use the function without an argument. @arg n_threads This
-   * argument is ignored.
-   */
-  virtual void end_sweep (const unsigned int n_threads) DEAL_II_DEPRECATED;
-
   /**
    * Determine an estimate for the memory consumption (in bytes) of this
    * object.
index f42fa8a157c139f0bcac0d51af95f864aa4b79de..80a9b29a5c7a3241b22a42cf4b617423e587f529 100644 (file)
@@ -205,12 +205,6 @@ void TimeDependent::start_sweep (const unsigned int s)
 
 
 
-void TimeDependent::end_sweep (const unsigned int)
-{
-  end_sweep ();
-}
-
-
 void TimeDependent::end_sweep ()
 {
   void (TimeDependent::*p) (const unsigned int, const unsigned int)

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.