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

added empty method operator*=

[[Imported from SVN: r5704]]
parent 391647b4
Branches feature/whitespace-fix
No related tags found
No related merge requests found
......@@ -85,6 +85,10 @@ class NullOperator
return rowDummy_[0];
}
//! multiplication operator with scalar
void operator*=(const field_type&)
{}
};
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment