~ubuntu-branches/ubuntu/trusty/ctioga/trusty

« back to all changes in this revision

Viewing changes to Backends/lib/Backends/filters.rb

  • Committer: Bazaar Package Importer
  • Author(s): Vincent Fourmond, Arnaud Cornet, Vincent Fourmond
  • Date: 2008-02-26 18:52:06 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080226185206-apuosaxrvp4rpxaz
Tags: 1.7-1
[ Arnaud Cornet ]
* Use new Homepage dpkg header.

[ Vincent Fourmond ]
* New 'upstream' release
* Already conforms to standards version 3.7.3
* Added 11-manpage-typo to fix a very small typo in the manual page
  that makes lintian unhappy

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# filters.rb : include file for filters
 
2
# Copyright (C) 2007 Vincent Fourmond
 
3
 
 
4
# This program is free software; you can redistribute it and/or modify
 
5
# it under the terms of the GNU General Public License as published by
 
6
# the Free Software Foundation; either version 2 of the License, or
 
7
# (at your option) any later version.
 
8
 
 
9
# This program is distributed in the hope that it will be useful,
 
10
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
11
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
12
# GNU General Public License for more details.
 
13
 
 
14
# You should have received a copy of the GNU General Public License
 
15
# along with this program; if not, write to the Free Software
 
16
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 
17
 
 
18
require 'SciYAG/Backends/filters/filter'
 
19
require 'SciYAG/Backends/filters/smooth'
 
20
require 'SciYAG/Backends/filters/average'
 
21
require 'SciYAG/Backends/filters/sort'
 
22
require 'SciYAG/Backends/filters/trim'
 
23
require 'SciYAG/Backends/filters/cumulate'
 
24
require 'SciYAG/Backends/filters/norm'
 
25
require 'SciYAG/Backends/filters/strip'