Skip to content
Snippets Groups Projects
Commit 90ffcabd authored by Oliver Sander's avatar Oliver Sander
Browse files

spelling

[[Imported from SVN: r6234]]
parent 715bbf7e
Branches
Tags
No related merge requests found
......@@ -112,7 +112,7 @@ namespace Dune
{
typedef DenseMatVecTraits<MAT> Traits;
// Curiously recuring template pattern
// Curiously recurring template pattern
MAT & asImp() { return static_cast<MAT&>(*this); }
const MAT & asImp() const { return static_cast<const MAT&>(*this); }
......
......@@ -222,7 +222,7 @@ namespace Dune {
typedef DenseMatVecTraits<V> Traits;
// typedef typename Traits::value_type K;
// Curiously recuring template pattern
// Curiously recurring template pattern
V & asImp() { return static_cast<V&>(*this); }
const V & asImp() const { return static_cast<const V&>(*this); }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment