Skip to content
Snippets Groups Projects
Commit 89d8499e authored by tokies's avatar tokies
Browse files

* Changed formulation of error message.

parent aeb7602f
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ function B = lagrangeBasis(dim, order)
'index', @P1Index,...
'size', @(grid)(size(grid.nodes,2)));
else
error( 'The chosen parameters (dim=%d, order=%d) are not supported.', ...
error( 'The parameters (dim=%d, order=%d) are not supported.', ...
dim, order );
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment