~ubuntu-branches/ubuntu/vivid/octave-ltfat/vivid-proposed

« back to all changes in this revision

Viewing changes to inst/wavelets/wfbtmanip/wfbtmanipinit.m

  • Committer: Package Import Robot
  • Author(s): Rafael Laboissiere
  • Date: 2014-10-09 13:58:00 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20141009135800-5kw1gvovmqh34bmm
Tags: 2.0.1-1
* Imported Upstream version 2.0.1
* d/p/autoload-yes.patch: Refresh patch
* d/p/add-subdirs-to-loadpath.patch: Drop patch (fixed upstream)
* d/check.m: Use the upstream unit testing script
* d/rules: Fix permission of all *.m files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
status=2;
 
2
 
 
3
 
 
4
%-*- texinfo -*-
 
5
%@deftypefn {Function} wfbtmanipinit
 
6
%@verbatim
 
7
%@end verbatim
 
8
%@strong{Url}: @url{http://ltfat.sourceforge.net/doc/wavelets/wfbtmanip/wfbtmanipinit.php}
 
9
%@end deftypefn
 
10
 
 
11
% Copyright (C) 2005-2014 Peter L. Soendergaard <soender@users.sourceforge.net>.
 
12
% This file is part of LTFAT version 2.0.1
 
13
%
 
14
% This program is free software: you can redistribute it and/or modify
 
15
% it under the terms of the GNU General Public License as published by
 
16
% the Free Software Foundation, either version 3 of the License, or
 
17
% (at your option) any later version.
 
18
%
 
19
% This program is distributed in the hope that it will be useful,
 
20
% but WITHOUT ANY WARRANTY; without even the implied warranty of
 
21
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
22
% GNU General Public License for more details.
 
23
%
 
24
% You should have received a copy of the GNU General Public License
 
25
% along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
26