Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Backofen, Rainer
amdis
Commits
8817dab1
Commit
8817dab1
authored
Jul 03, 2008
by
Thomas Witkowski
Browse files
* Several optimizations
parent
d8b47d8f
Changes
22
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/ProblemVec.h
View file @
8817dab1
...
...
@@ -231,6 +231,11 @@ namespace AMDiS {
*/
void
writeDelayedFiles
();
/** \brief
* Returns true, if there is calculation waiting to be started.
*/
bool
existsDelayedCalculation
();
/** \brief
* Interpolates fct to \ref solution.
*/
...
...
AMDiS/src/Serializer.h
View file @
8817dab1
...
...
@@ -75,7 +75,11 @@ namespace AMDiS {
MSG
(
"problem serialized to %s
\n
"
,
name_
.
c_str
());
};
virtual
void
writeDelayedFiles
()
{};
void
writeDelayedFiles
()
{};
bool
isWritingDelayed
()
{
return
false
;
};
protected:
/** \brief
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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