Skip to content
Snippets Groups Projects
Commit cc45a348 authored by Christian Engwer's avatar Christian Engwer
Browse files

fix "two variables named x" error

[[Imported from SVN: r908]]
parent 222ee15c
No related branches found
No related tags found
No related merge requests found
......@@ -376,7 +376,7 @@ namespace Dune
template<typename T, typename A, int n>
struct Assigner<BlockVector<FieldVector<T,n>,A> >
{
Assigner(const M& mat, T* x, const BlockVector<FieldVector<T,n>,A>& b, const BlockVector<FieldVector<T,n>,A>& x);
Assigner(const M& mat, T* rhs, const BlockVector<FieldVector<T,n>,A>& b, const BlockVector<FieldVector<T,n>,A>& x);
void operator()(const std::size_t& domain);
private:
const M* mat;
......
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