From 5d4d518e049f0dbfd8e7d0710c0bab11b61627b1 Mon Sep 17 00:00:00 2001 From: Antonin Portelli Date: Wed, 6 Apr 2016 20:11:23 +0100 Subject: [PATCH] include cleaning and copyright update --- examples/exCompiledDoubleFunction.cpp | 2 -- examples/exDerivative.cpp | 1 - examples/exFit.cpp | 1 - examples/exFitSample.cpp | 3 --- examples/exIntegrator.cpp | 1 - examples/exInterp.cpp | 19 ------------------- examples/exMat.cpp | 1 - examples/exMathInterpreter.cpp | 1 - examples/exMin.cpp | 1 - examples/exPlot.cpp | 1 - examples/exRand.cpp | 1 - examples/exRootFinder.cpp | 1 - lib/AsciiFile.cpp | 2 +- lib/AsciiFile.hpp | 3 +-- lib/AsciiLexer.lpp | 3 +-- lib/AsciiParser.ypp | 2 +- lib/CompiledFunction.cpp | 2 +- lib/CompiledFunction.hpp | 2 +- lib/CompiledModel.cpp | 2 +- lib/CompiledModel.hpp | 2 +- lib/Dataset.hpp | 2 +- lib/Derivative.cpp | 2 +- lib/Derivative.hpp | 2 +- lib/Exceptions.cpp | 2 +- lib/Exceptions.hpp | 2 +- lib/File.cpp | 2 +- lib/File.hpp | 2 +- lib/Function.cpp | 2 +- lib/Function.hpp | 5 +---- lib/Global.cpp | 2 +- lib/Global.hpp | 2 +- lib/GslHybridRootFinder.cpp | 2 +- lib/GslHybridRootFinder.hpp | 2 +- lib/GslQagsIntegrator.cpp | 2 +- lib/GslQagsIntegrator.hpp | 2 +- lib/Hdf5File.cpp | 2 +- lib/Hdf5File.hpp | 2 +- lib/Histogram.cpp | 2 +- lib/Histogram.hpp | 2 +- lib/Integrator.hpp | 2 +- lib/Io.cpp | 2 +- lib/Io.hpp | 2 +- lib/IoObject.hpp | 2 +- lib/Mat.cpp | 2 +- lib/Mat.hpp | 2 +- lib/MatSample.hpp | 3 +-- lib/Math.cpp | 2 +- lib/Math.hpp | 2 +- lib/MathInterpreter.cpp | 2 +- lib/MathInterpreter.hpp | 7 +------ lib/MathLexer.lpp | 3 +-- lib/MathParser.ypp | 2 +- lib/Minimizer.cpp | 2 +- lib/Minimizer.hpp | 2 +- lib/Model.cpp | 3 +-- lib/Model.hpp | 3 +-- lib/ParserState.hpp | 3 +-- lib/Plot.cpp | 2 +- lib/Plot.hpp | 4 +--- lib/RootFinder.cpp | 2 +- lib/RootFinder.hpp | 2 +- lib/Solver.cpp | 2 +- lib/Solver.hpp | 2 +- lib/StatArray.cpp | 2 +- lib/StatArray.hpp | 3 +-- lib/TabFunction.cpp | 2 +- lib/TabFunction.hpp | 6 ++---- lib/includes.hpp | 2 +- utils/make_fake_sample.cpp | 3 +-- utils/resample.cpp | 6 +----- utils/sample_combine.cpp | 5 +---- utils/sample_plot_corr.cpp | 1 - utils/sample_read.cpp | 1 - 73 files changed, 60 insertions(+), 123 deletions(-) diff --git a/examples/exCompiledDoubleFunction.cpp b/examples/exCompiledDoubleFunction.cpp index 58f8bc5..ea0fce7 100644 --- a/examples/exCompiledDoubleFunction.cpp +++ b/examples/exCompiledDoubleFunction.cpp @@ -1,5 +1,3 @@ -#include -#include #include using namespace std; diff --git a/examples/exDerivative.cpp b/examples/exDerivative.cpp index 6f812c2..1b467f7 100644 --- a/examples/exDerivative.cpp +++ b/examples/exDerivative.cpp @@ -1,4 +1,3 @@ -#include #include #include #include diff --git a/examples/exFit.cpp b/examples/exFit.cpp index 5a6d511..b06e6d1 100644 --- a/examples/exFit.cpp +++ b/examples/exFit.cpp @@ -5,7 +5,6 @@ #include #include #include -#include #include using namespace std; diff --git a/examples/exFitSample.cpp b/examples/exFitSample.cpp index 252f678..c08a9b4 100644 --- a/examples/exFitSample.cpp +++ b/examples/exFitSample.cpp @@ -1,10 +1,7 @@ -#include -#include #include #include #include #include -#include #include using namespace std; diff --git a/examples/exIntegrator.cpp b/examples/exIntegrator.cpp index ce7620a..45a0968 100644 --- a/examples/exIntegrator.cpp +++ b/examples/exIntegrator.cpp @@ -1,4 +1,3 @@ -#include #include #include diff --git a/examples/exInterp.cpp b/examples/exInterp.cpp index c092a15..00d0b46 100644 --- a/examples/exInterp.cpp +++ b/examples/exInterp.cpp @@ -1,22 +1,3 @@ -/* - * TabFunction.cpp, part of LatAnalyze 3 - * - * Copyright (C) 2013 - 2015 Antonin Portelli, Matt Spraggs - * - * LatAnalyze 3 is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LatAnalyze 3 is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with LatAnalyze 3. If not, see . - */ - #include int main(void) diff --git a/examples/exMat.cpp b/examples/exMat.cpp index 439d6f0..03a657f 100644 --- a/examples/exMat.cpp +++ b/examples/exMat.cpp @@ -1,4 +1,3 @@ -#include #include #include #include diff --git a/examples/exMathInterpreter.cpp b/examples/exMathInterpreter.cpp index a2add06..2dd4c69 100644 --- a/examples/exMathInterpreter.cpp +++ b/examples/exMathInterpreter.cpp @@ -1,4 +1,3 @@ -#include #include #include diff --git a/examples/exMin.cpp b/examples/exMin.cpp index 146b6fe..676e89a 100644 --- a/examples/exMin.cpp +++ b/examples/exMin.cpp @@ -1,4 +1,3 @@ -#include #include #include diff --git a/examples/exPlot.cpp b/examples/exPlot.cpp index dc8bc00..356508f 100644 --- a/examples/exPlot.cpp +++ b/examples/exPlot.cpp @@ -1,4 +1,3 @@ -#include #include #include #include diff --git a/examples/exRand.cpp b/examples/exRand.cpp index 5fef6a3..23fc64d 100644 --- a/examples/exRand.cpp +++ b/examples/exRand.cpp @@ -1,4 +1,3 @@ -#include #include #include #include diff --git a/examples/exRootFinder.cpp b/examples/exRootFinder.cpp index 4ae8a94..0ff1133 100644 --- a/examples/exRootFinder.cpp +++ b/examples/exRootFinder.cpp @@ -1,4 +1,3 @@ -#include #include #include diff --git a/lib/AsciiFile.cpp b/lib/AsciiFile.cpp index abe991b..82f936c 100644 --- a/lib/AsciiFile.cpp +++ b/lib/AsciiFile.cpp @@ -1,7 +1,7 @@ /* * AsciiFile.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/AsciiFile.hpp b/lib/AsciiFile.hpp index 3a92389..884c11b 100644 --- a/lib/AsciiFile.hpp +++ b/lib/AsciiFile.hpp @@ -1,7 +1,7 @@ /* * AsciiFile.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -25,7 +25,6 @@ #include #include #include -#include BEGIN_LATAN_NAMESPACE diff --git a/lib/AsciiLexer.lpp b/lib/AsciiLexer.lpp index c1a99f7..5ff1a93 100644 --- a/lib/AsciiLexer.lpp +++ b/lib/AsciiLexer.lpp @@ -1,7 +1,7 @@ /* * AsciiLexer.lpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -25,7 +25,6 @@ %option yylineno %{ - #include #include #include "AsciiParser.hpp" diff --git a/lib/AsciiParser.ypp b/lib/AsciiParser.ypp index fecd9cc..4fd697c 100644 --- a/lib/AsciiParser.ypp +++ b/lib/AsciiParser.ypp @@ -1,7 +1,7 @@ /* * AsciiParser.ypp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/CompiledFunction.cpp b/lib/CompiledFunction.cpp index a747479..11ad585 100644 --- a/lib/CompiledFunction.cpp +++ b/lib/CompiledFunction.cpp @@ -1,7 +1,7 @@ /* * CompiledFunction.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/CompiledFunction.hpp b/lib/CompiledFunction.hpp index 24146ab..9fe9ada 100644 --- a/lib/CompiledFunction.hpp +++ b/lib/CompiledFunction.hpp @@ -1,7 +1,7 @@ /* * CompiledFunction.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/CompiledModel.cpp b/lib/CompiledModel.cpp index b1486f0..ebf3cef 100644 --- a/lib/CompiledModel.cpp +++ b/lib/CompiledModel.cpp @@ -1,7 +1,7 @@ /* * CompiledModel.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/CompiledModel.hpp b/lib/CompiledModel.hpp index a1e3acb..c32b9d0 100644 --- a/lib/CompiledModel.hpp +++ b/lib/CompiledModel.hpp @@ -1,7 +1,7 @@ /* * CompiledModel.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Dataset.hpp b/lib/Dataset.hpp index bf18b09..7f5803d 100644 --- a/lib/Dataset.hpp +++ b/lib/Dataset.hpp @@ -1,7 +1,7 @@ /* * Dataset.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Derivative.cpp b/lib/Derivative.cpp index a3c8a1d..6d25532 100644 --- a/lib/Derivative.cpp +++ b/lib/Derivative.cpp @@ -1,7 +1,7 @@ /* * Derivative.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Derivative.hpp b/lib/Derivative.hpp index f2977e6..1371af1 100644 --- a/lib/Derivative.hpp +++ b/lib/Derivative.hpp @@ -1,7 +1,7 @@ /* * Derivative.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Exceptions.cpp b/lib/Exceptions.cpp index 876dfc3..abf8234 100644 --- a/lib/Exceptions.cpp +++ b/lib/Exceptions.cpp @@ -1,7 +1,7 @@ /* * Exceptions.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Exceptions.hpp b/lib/Exceptions.hpp index 9a90714..1c9e7a2 100644 --- a/lib/Exceptions.hpp +++ b/lib/Exceptions.hpp @@ -1,7 +1,7 @@ /* * Exceptions.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/File.cpp b/lib/File.cpp index 0f770e2..f7a69f9 100644 --- a/lib/File.cpp +++ b/lib/File.cpp @@ -1,7 +1,7 @@ /* * File.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/File.hpp b/lib/File.hpp index 7d78982..23a6544 100644 --- a/lib/File.hpp +++ b/lib/File.hpp @@ -1,7 +1,7 @@ /* * File.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Function.cpp b/lib/Function.cpp index 3946793..a00cbce 100644 --- a/lib/Function.cpp +++ b/lib/Function.cpp @@ -1,7 +1,7 @@ /* * Function.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Function.hpp b/lib/Function.hpp index db9b3de..ecffa98 100644 --- a/lib/Function.hpp +++ b/lib/Function.hpp @@ -1,7 +1,7 @@ /* * Function.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -23,9 +23,6 @@ #include #include #include -#include -#include -#include BEGIN_LATAN_NAMESPACE diff --git a/lib/Global.cpp b/lib/Global.cpp index e79bb03..4ed104c 100644 --- a/lib/Global.cpp +++ b/lib/Global.cpp @@ -1,7 +1,7 @@ /* * Global.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Global.hpp b/lib/Global.hpp index a160207..0f0e583 100644 --- a/lib/Global.hpp +++ b/lib/Global.hpp @@ -1,7 +1,7 @@ /* * Global.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/GslHybridRootFinder.cpp b/lib/GslHybridRootFinder.cpp index 1939ef2..a433385 100644 --- a/lib/GslHybridRootFinder.cpp +++ b/lib/GslHybridRootFinder.cpp @@ -1,7 +1,7 @@ /* * GslHybridRootFinder.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/GslHybridRootFinder.hpp b/lib/GslHybridRootFinder.hpp index 95ddb81..a2083f1 100644 --- a/lib/GslHybridRootFinder.hpp +++ b/lib/GslHybridRootFinder.hpp @@ -1,7 +1,7 @@ /* * GslHybridRootFinder.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/GslQagsIntegrator.cpp b/lib/GslQagsIntegrator.cpp index 6930f92..722de8e 100644 --- a/lib/GslQagsIntegrator.cpp +++ b/lib/GslQagsIntegrator.cpp @@ -1,7 +1,7 @@ /* * GslQagsIntegrator.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/GslQagsIntegrator.hpp b/lib/GslQagsIntegrator.hpp index 2fd4a8a..87257a9 100644 --- a/lib/GslQagsIntegrator.hpp +++ b/lib/GslQagsIntegrator.hpp @@ -1,7 +1,7 @@ /* * GslQagsIntegrator.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Hdf5File.cpp b/lib/Hdf5File.cpp index fd3362b..bd9de80 100644 --- a/lib/Hdf5File.cpp +++ b/lib/Hdf5File.cpp @@ -1,7 +1,7 @@ /* * Hdf5File.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli, Matt Spraggs + * Copyright (C) 2013 - 2016 Antonin Portelli, Matt Spraggs * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Hdf5File.hpp b/lib/Hdf5File.hpp index 0d8474c..94a3e96 100644 --- a/lib/Hdf5File.hpp +++ b/lib/Hdf5File.hpp @@ -1,7 +1,7 @@ /* * Hdf5File.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli, Matt Spraggs + * Copyright (C) 2013 - 2016 Antonin Portelli, Matt Spraggs * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Histogram.cpp b/lib/Histogram.cpp index 53d3348..943ba7f 100644 --- a/lib/Histogram.cpp +++ b/lib/Histogram.cpp @@ -1,7 +1,7 @@ /* * Histogram.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Histogram.hpp b/lib/Histogram.hpp index f4dc4ea..551cc39 100644 --- a/lib/Histogram.hpp +++ b/lib/Histogram.hpp @@ -1,7 +1,7 @@ /* * Histogram.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Integrator.hpp b/lib/Integrator.hpp index d95578a..83e00bd 100644 --- a/lib/Integrator.hpp +++ b/lib/Integrator.hpp @@ -1,7 +1,7 @@ /* * Integrator.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Io.cpp b/lib/Io.cpp index 0f2bb69..9c9f192 100644 --- a/lib/Io.cpp +++ b/lib/Io.cpp @@ -1,7 +1,7 @@ /* * Io.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Io.hpp b/lib/Io.hpp index 20999d8..dee66ff 100644 --- a/lib/Io.hpp +++ b/lib/Io.hpp @@ -1,7 +1,7 @@ /* * Io.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/IoObject.hpp b/lib/IoObject.hpp index 22f1ff1..94f709d 100644 --- a/lib/IoObject.hpp +++ b/lib/IoObject.hpp @@ -1,7 +1,7 @@ /* * IoObject.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Mat.cpp b/lib/Mat.cpp index 5e64b7d..c5c4bb2 100644 --- a/lib/Mat.cpp +++ b/lib/Mat.cpp @@ -1,7 +1,7 @@ /* * Mat.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Mat.hpp b/lib/Mat.hpp index d884119..70cab8c 100644 --- a/lib/Mat.hpp +++ b/lib/Mat.hpp @@ -1,7 +1,7 @@ /* * Mat.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/MatSample.hpp b/lib/MatSample.hpp index 3cd6609..5973b31 100644 --- a/lib/MatSample.hpp +++ b/lib/MatSample.hpp @@ -1,7 +1,7 @@ /* * MatSample.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -23,7 +23,6 @@ #include #include #include -#include BEGIN_LATAN_NAMESPACE diff --git a/lib/Math.cpp b/lib/Math.cpp index 4320f7e..d582e1f 100644 --- a/lib/Math.cpp +++ b/lib/Math.cpp @@ -1,7 +1,7 @@ /* * Math.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Math.hpp b/lib/Math.hpp index a54f82f..6218f25 100644 --- a/lib/Math.hpp +++ b/lib/Math.hpp @@ -1,7 +1,7 @@ /* * Math.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/MathInterpreter.cpp b/lib/MathInterpreter.cpp index b1d071a..9c293fc 100644 --- a/lib/MathInterpreter.cpp +++ b/lib/MathInterpreter.cpp @@ -1,7 +1,7 @@ /* * MathInterpreter.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/MathInterpreter.hpp b/lib/MathInterpreter.hpp index 770f2bf..0238ee3 100644 --- a/lib/MathInterpreter.hpp +++ b/lib/MathInterpreter.hpp @@ -1,7 +1,7 @@ /* * MathInterpreter.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -20,11 +20,6 @@ #ifndef Latan_MathInterpreter_hpp_ #define Latan_MathInterpreter_hpp_ -#include -#include -#include -#include -#include #include #include #include diff --git a/lib/MathLexer.lpp b/lib/MathLexer.lpp index b5d54ea..332075b 100644 --- a/lib/MathLexer.lpp +++ b/lib/MathLexer.lpp @@ -1,7 +1,7 @@ /* * MathLexer.lpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -25,7 +25,6 @@ %option yylineno %{ - #include #include #include "MathParser.hpp" diff --git a/lib/MathParser.ypp b/lib/MathParser.ypp index f599d3a..ac2b279 100644 --- a/lib/MathParser.ypp +++ b/lib/MathParser.ypp @@ -1,7 +1,7 @@ /* * MathParser.ypp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Minimizer.cpp b/lib/Minimizer.cpp index ee8fc10..3f394ca 100644 --- a/lib/Minimizer.cpp +++ b/lib/Minimizer.cpp @@ -1,7 +1,7 @@ /* * Minimizer.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Minimizer.hpp b/lib/Minimizer.hpp index 0fdff81..7c432cb 100644 --- a/lib/Minimizer.hpp +++ b/lib/Minimizer.hpp @@ -1,7 +1,7 @@ /* * Minimizer.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Model.cpp b/lib/Model.cpp index 1b747ed..dc3849b 100644 --- a/lib/Model.cpp +++ b/lib/Model.cpp @@ -1,7 +1,7 @@ /* * Model.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -19,7 +19,6 @@ #include #include -#include using namespace std; using namespace std::placeholders; diff --git a/lib/Model.hpp b/lib/Model.hpp index 21e04d5..f25c7b9 100644 --- a/lib/Model.hpp +++ b/lib/Model.hpp @@ -1,7 +1,7 @@ /* * Model.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -23,7 +23,6 @@ #include #include #include -#include BEGIN_LATAN_NAMESPACE diff --git a/lib/ParserState.hpp b/lib/ParserState.hpp index f015116..8a2503f 100644 --- a/lib/ParserState.hpp +++ b/lib/ParserState.hpp @@ -1,7 +1,7 @@ /* * ParserState.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,7 +21,6 @@ #define Latan_ParserState_hpp_ #include -#include BEGIN_LATAN_NAMESPACE diff --git a/lib/Plot.cpp b/lib/Plot.cpp index 8b45705..ce23c45 100644 --- a/lib/Plot.cpp +++ b/lib/Plot.cpp @@ -1,7 +1,7 @@ /* * Plot.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Plot.hpp b/lib/Plot.hpp index 95b3308..1ae7cf0 100644 --- a/lib/Plot.hpp +++ b/lib/Plot.hpp @@ -1,7 +1,7 @@ /* * Plot.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -26,8 +26,6 @@ #include #include #include -#include -#include // gnuplot default parameters #ifndef GNUPLOT_BIN diff --git a/lib/RootFinder.cpp b/lib/RootFinder.cpp index 24c7a96..ac63206 100644 --- a/lib/RootFinder.cpp +++ b/lib/RootFinder.cpp @@ -1,7 +1,7 @@ /* * RootFinder.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/RootFinder.hpp b/lib/RootFinder.hpp index 26e13bb..52a0768 100644 --- a/lib/RootFinder.hpp +++ b/lib/RootFinder.hpp @@ -1,7 +1,7 @@ /* * RootFinder.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Solver.cpp b/lib/Solver.cpp index 5e6b686..72c6519 100644 --- a/lib/Solver.cpp +++ b/lib/Solver.cpp @@ -1,7 +1,7 @@ /* * Solver.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/Solver.hpp b/lib/Solver.hpp index 1d82e27..da59f72 100644 --- a/lib/Solver.hpp +++ b/lib/Solver.hpp @@ -1,7 +1,7 @@ /* * Solver.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/StatArray.cpp b/lib/StatArray.cpp index 0feb1d4..5071249 100644 --- a/lib/StatArray.cpp +++ b/lib/StatArray.cpp @@ -1,7 +1,7 @@ /* * StatArray.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/StatArray.hpp b/lib/StatArray.hpp index 67903d2..b639546 100644 --- a/lib/StatArray.hpp +++ b/lib/StatArray.hpp @@ -1,7 +1,7 @@ /* * StatArray.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -22,7 +22,6 @@ #include #include -#include #define FOR_STAT_ARRAY(ar, i) \ for (Latan::Index i = -(ar).offset; i < (ar).size(); ++i) diff --git a/lib/TabFunction.cpp b/lib/TabFunction.cpp index dea41ea..b4f8de3 100644 --- a/lib/TabFunction.cpp +++ b/lib/TabFunction.cpp @@ -1,7 +1,7 @@ /* * TabFunction.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/TabFunction.hpp b/lib/TabFunction.hpp index f31187d..4df8f45 100644 --- a/lib/TabFunction.hpp +++ b/lib/TabFunction.hpp @@ -1,7 +1,7 @@ /* * TabFunction.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -20,12 +20,10 @@ #ifndef Latan_TabFunction_hpp_ #define Latan_TabFunction_hpp_ -#include -#include #include #include #include -//#include +#include BEGIN_LATAN_NAMESPACE diff --git a/lib/includes.hpp b/lib/includes.hpp index 007340f..aaebac8 100644 --- a/lib/includes.hpp +++ b/lib/includes.hpp @@ -1,7 +1,7 @@ /* * includes.hpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/utils/make_fake_sample.cpp b/utils/make_fake_sample.cpp index 2a5abd0..bf5933b 100644 --- a/utils/make_fake_sample.cpp +++ b/utils/make_fake_sample.cpp @@ -1,7 +1,7 @@ /* * make_fake_sample.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -17,7 +17,6 @@ * along with LatAnalyze 3. If not, see . */ -#include #include using namespace std; diff --git a/utils/resample.cpp b/utils/resample.cpp index 15f8f20..61d8917 100644 --- a/utils/resample.cpp +++ b/utils/resample.cpp @@ -1,7 +1,7 @@ /* * resample.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -17,10 +17,6 @@ * along with LatAnalyze 3. If not, see . */ -#include -#include -#include -#include #include #include diff --git a/utils/sample_combine.cpp b/utils/sample_combine.cpp index 35481d2..34600d4 100644 --- a/utils/sample_combine.cpp +++ b/utils/sample_combine.cpp @@ -1,7 +1,7 @@ /* * sample_combine.cpp, part of LatAnalyze 3 * - * Copyright (C) 2013 - 2015 Antonin Portelli + * Copyright (C) 2013 - 2016 Antonin Portelli * * LatAnalyze 3 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -17,9 +17,6 @@ * along with LatAnalyze 3. If not, see . */ -#include -#include -#include #include #include diff --git a/utils/sample_plot_corr.cpp b/utils/sample_plot_corr.cpp index 2f540f5..12c22e8 100644 --- a/utils/sample_plot_corr.cpp +++ b/utils/sample_plot_corr.cpp @@ -17,7 +17,6 @@ * along with LatAnalyze 3. If not, see . */ -#include #include #include #include diff --git a/utils/sample_read.cpp b/utils/sample_read.cpp index 1ce1f4b..c797bb7 100644 --- a/utils/sample_read.cpp +++ b/utils/sample_read.cpp @@ -17,7 +17,6 @@ * along with LatAnalyze 3. If not, see . */ -#include #include using namespace std;