Skip to content
Snippets Groups Projects
Commit 9b597073 authored by Martin Nolte's avatar Martin Nolte
Browse files

FieldVector<1> has no member named p

[[Imported from SVN: r6166]]
parent 45dc3f57
No related branches found
No related tags found
No related merge requests found
......@@ -1230,7 +1230,7 @@ namespace Dune
if (fvmeta::absreal(a[0][0])<FMatrixPrecision<>::absolute_limit())
DUNE_THROW(FMatrixError,"matrix is singular");
#endif
x.p = b.p/a[0];
x[0] = b[0]/a[0];
}
//! compute inverse
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment