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

* Florian

parent b4855413
No related branches found
No related tags found
No related merge requests found
...@@ -178,6 +178,13 @@ namespace AMDiS { ...@@ -178,6 +178,13 @@ namespace AMDiS {
maxThreads_ = maxThreads; maxThreads_ = maxThreads;
} }
int getStackData(std::vector<ElInfo*> &elInfos, std::vector<int> &infos) {
elInfos = elinfo_stack;
infos = info_stack;
return stack_used;
}
private: private:
/** \brief /** \brief
* Enlargement of the stack * Enlargement of the stack
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment