From 836f9b603305e8cb94e89897c06a6c2797b7555e Mon Sep 17 00:00:00 2001
From: Thomas Witkowski <thomas.witkowski@gmx.de>
Date: Wed, 28 May 2008 15:36:19 +0000
Subject: [PATCH] * Forgotten :)

---
 AMDiS/src/AdaptInstationary.h | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/AMDiS/src/AdaptInstationary.h b/AMDiS/src/AdaptInstationary.h
index 3be1793e..0ca426ac 100644
--- a/AMDiS/src/AdaptInstationary.h
+++ b/AMDiS/src/AdaptInstationary.h
@@ -80,13 +80,6 @@ namespace AMDiS {
       return strategy;
     };
 
-    /** \brief
-     * Returns true, if the adaptive procedure was deserialized from a file.
-     */
-    const bool isDeserialized() const {
-      return isDeserialized_;
-    }
-
     /** \brief
      * Implementation of AdaptBase::adapt()
      */
@@ -194,11 +187,6 @@ namespace AMDiS {
      * Stores the runtime (in seconds) of some last timestep iterations.
      */
     ::std::queue<int> lastIterationsDuration_;
-
-    /** \brief
-     * Is true, if the adaptive procedure was deserialized from a file.
-     */
-    bool isDeserialized_;
   };
 
 }
-- 
GitLab