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

Vec --> FieldVector.

[[Imported from SVN: r960]]
parent ea42f6a1
Branches
Tags
No related merge requests found
......@@ -225,7 +225,7 @@ namespace Dune {
{
asImp().evaluate( baseFunct, jacobianDiffVar_[i] , x , tmp_ );
for(int j=0; j<dimRow; j++)
phi(i,j) = tmp_(j);
phi(i,j) = tmp_[j];
}
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment