Skip to content
Snippets Groups Projects
Commit d9153947 authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

minor bug fix. -> instread of .

[[Imported from SVN: r2912]]
parent f5290a9d
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,7 @@ namespace Dune {
arg_ = &Arg.argument();
dest_ = &Dest.destination();
assert(arg_ != NULL); assert(dest_ != NULL);
dest_.clear();
dest_->clear();
};
//! set argument and dest to NULL
......
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