Skip to content
Snippets Groups Projects
Commit 06f76824 authored by Henry Weller's avatar Henry Weller
Browse files

applications/test/Matrix/Test-Matrix.C: Corrected typo

parent 56668b24
Branches
Tags
1 merge request!33Merge foundation
......@@ -150,7 +150,7 @@ int main(int argc, char *argv[])
{
LUscalarMatrix LU(squareMatrix);
scalarField x((LU.solve(source));
scalarField x(LU.solve(source));
Info<< "LU solve residual " << (squareMatrix*x - source) << endl;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment