Skip to content
Snippets Groups Projects
Commit 6d05b85d authored by Lasse Hinrichsen-Bischoff's avatar Lasse Hinrichsen-Bischoff Committed by Simon Praetorius
Browse files

[VariableBlockVector] Fix typo in comment

parent 2383e8e3
No related branches found
No related tags found
1 merge request!463Cleanup the VariableBlockVector implementation
......@@ -48,7 +48,7 @@ namespace Dune {
// just a shorthand
typedef Imp::BlockVectorWindow<B,A> window_type;
// data-structure holding the windows (butbut not the actual data)
// data-structure holding the windows (but not the actual data)
using VectorWindows = std::vector<window_type, typename A::template rebind<window_type>::other>;
public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment