Skip to content

Commit

Permalink
Polishing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hadrien Montanelli committed Aug 15, 2017
1 parent 95682f2 commit 7afcde8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion @chebcolloc/fred.m
Expand Up @@ -24,4 +24,4 @@
F = kernel(X, Y) * spdiags(s.', 0, sum(n), sum(n));
end

end
end
3 changes: 1 addition & 2 deletions @chebcolloc/volt.m
Expand Up @@ -30,5 +30,4 @@

V = V .* matrix(disc, n);

end

end
7 changes: 7 additions & 0 deletions @trigcolloc/volt.m
@@ -1,4 +1,11 @@
function varargout = volt(varargin)
%VOLT Volterra integral operator for TRICOLLOC.
% Not supported for TRICOLLOC.
%
% See also OPERATORBLOCK.VOLT.

% Copyright 2017 by The University of Oxford and The Chebfun Developers.
% See http://www.chebfun.org/ for Chebfun information.

error('CHEBFUN:trigcolloc:volt:noSupport', ...
'No support for VOLT in @TRIGCOLLOC class.');
Expand Down

0 comments on commit 7afcde8

Please sign in to comment.