Skip to content
Snippets Groups Projects
Commit e97a2159 authored by Uli Sack's avatar Uli Sack Committed by usack
Browse files

added somewhat sinnfreie methods N(), M() - but for compilation they are so...

added somewhat sinnfreie methods N(), M() - but for compilation they are so far required by our implementation

[[Imported from SVN: r5706]]
parent 7650ceb0
No related branches found
No related tags found
No related merge requests found
...@@ -89,6 +89,17 @@ class NullOperator ...@@ -89,6 +89,17 @@ class NullOperator
void operator*=(const field_type&) void operator*=(const field_type&)
{} {}
size_type M() const
{
return 0;
}
size_type N() const
{
return 0;
}
}; };
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment