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