comparison medcouple.py @ 37:4fb3b87b8610

Add GPL'ed header
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Mon, 06 Apr 2015 08:43:43 -0400
parents 9a531463663e
children 2493b21d7d8b
comparison
equal deleted inserted replaced
36:f61da46ca3e6 37:4fb3b87b8610
1 #!/usr/bin/python 1 #!/usr/bin/python
2
3 # medcouple.py ---
4
5 # Copyright © 2015 Jordi Gutiérrez Hermoso <jordigh@octave.org>
6
7 # Author: Jordi Gutiérrez Hermoso
8
9 # This program is free software; you can redistribute it and/or
10 # modify it under the terms of the GNU General Public License
11 # as published by the Free Software Foundation; either version 3
12 # of the License, or (at your option) any later version.
13
14 # This program is distributed in the hope that it will be useful,
15 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 # GNU General Public License for more details.
18
19 # You should have received a copy of the GNU General Public License
20 # along with this program. If not, see <http://www.gnu.org/licenses/>.
21
2 22
3 import random 23 import random
4 24
5 from itertools import tee, izip 25 from itertools import tee, izip
6 26