Skip to content
Snippets Groups Projects
Commit 836f9b60 authored by Thomas Witkowski's avatar Thomas Witkowski
Browse files

* Forgotten :)

parent b782f6d3
No related branches found
No related tags found
No related merge requests found
...@@ -80,13 +80,6 @@ namespace AMDiS { ...@@ -80,13 +80,6 @@ namespace AMDiS {
return strategy; return strategy;
}; };
/** \brief
* Returns true, if the adaptive procedure was deserialized from a file.
*/
const bool isDeserialized() const {
return isDeserialized_;
}
/** \brief /** \brief
* Implementation of AdaptBase::adapt() * Implementation of AdaptBase::adapt()
*/ */
...@@ -194,11 +187,6 @@ namespace AMDiS { ...@@ -194,11 +187,6 @@ namespace AMDiS {
* Stores the runtime (in seconds) of some last timestep iterations. * Stores the runtime (in seconds) of some last timestep iterations.
*/ */
::std::queue<int> lastIterationsDuration_; ::std::queue<int> lastIterationsDuration_;
/** \brief
* Is true, if the adaptive procedure was deserialized from a file.
*/
bool isDeserialized_;
}; };
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment