Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iwr
amdis
Commits
836f9b60
Commit
836f9b60
authored
May 28, 2008
by
Thomas Witkowski
Browse files
* Forgotten :)
parent
b782f6d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/AdaptInstationary.h
View file @
836f9b60
...
...
@@ -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_
;
};
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment