Skip to content
Snippets Groups Projects
Commit 762c8cbc authored by Christian Engwer's avatar Christian Engwer
Browse files

[amg] remove enum category from SequentialInformation

the enum on the Communication object was never used,
thus we drop it immediately.
parent ddd1979e
No related branches found
No related tags found
No related merge requests found
......@@ -29,10 +29,6 @@ namespace Dune
typedef EmptySet<int> CopyFlags;
typedef AllSet<int> OwnerSet;
enum {
category = SolverCategory::sequential
};
SolverCategory::Category getSolverCategory () const {
return SolverCategory::sequential;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment