Run gather_sources.py
This commit is contained in:
parent
50d830cb97
commit
e0e6ea7be2
@ -5,7 +5,7 @@
|
|||||||
#
|
#
|
||||||
# This software is a computer program whose purpose is to provide a toolbox for cosmological
|
# This software is a computer program whose purpose is to provide a toolbox for cosmological
|
||||||
# data analysis (e.g. filters, generalized Fourier transforms, power spectra, ...)
|
# data analysis (e.g. filters, generalized Fourier transforms, power spectra, ...)
|
||||||
|
#
|
||||||
# This software is governed by the CeCILL license under French law and
|
# This software is governed by the CeCILL license under French law and
|
||||||
# abiding by the rules of distribution of free software. You can use,
|
# abiding by the rules of distribution of free software. You can use,
|
||||||
# modify and/ or redistribute the software under the terms of the CeCILL
|
# modify and/ or redistribute the software under the terms of the CeCILL
|
||||||
@ -61,7 +61,7 @@ def apply_python_license(filename):
|
|||||||
#
|
#
|
||||||
# This software is a computer program whose purpose is to provide a toolbox for cosmological
|
# This software is a computer program whose purpose is to provide a toolbox for cosmological
|
||||||
# data analysis (e.g. filters, generalized Fourier transforms, power spectra, ...)
|
# data analysis (e.g. filters, generalized Fourier transforms, power spectra, ...)
|
||||||
|
#
|
||||||
# This software is governed by the CeCILL license under French law and
|
# This software is governed by the CeCILL license under French law and
|
||||||
# abiding by the rules of distribution of free software. You can use,
|
# abiding by the rules of distribution of free software. You can use,
|
||||||
# modify and/ or redistribute the software under the terms of the CeCILL
|
# modify and/ or redistribute the software under the terms of the CeCILL
|
||||||
@ -143,6 +143,9 @@ def analyze_tree(prefix, t):
|
|||||||
if type(entry) == Tree:
|
if type(entry) == Tree:
|
||||||
analyze_tree(prefix + "/" + ename, entry)
|
analyze_tree(prefix + "/" + ename, entry)
|
||||||
elif type(entry) == Blob:
|
elif type(entry) == Blob:
|
||||||
|
if ename == './src/hdf5_flash.h' or ename == './src/h5_readFlash.cpp' or ename == './src/h5_readFlash.hpp':
|
||||||
|
continue
|
||||||
|
|
||||||
if re.match(".*\.(sh|py|pyx)$",ename) != None:
|
if re.match(".*\.(sh|py|pyx)$",ename) != None:
|
||||||
fname=prefix+"/"+ename
|
fname=prefix+"/"+ename
|
||||||
apply_python_license(fname)
|
apply_python_license(fname)
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "algo.hpp"
|
#include "algo.hpp"
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include "bqueue.hpp"
|
#include "bqueue.hpp"
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
#include "bsp_simple.hpp"
|
#include "bsp_simple.hpp"
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include "dinterpolate.hpp"
|
#include "dinterpolate.hpp"
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include "interpolate3d.hpp"
|
#include "interpolate3d.hpp"
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#include "pool.hpp"
|
#include "pool.hpp"
|
||||||
|
|
||||||
using namespace CosmoTool;
|
using namespace CosmoTool;
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include "sphSmooth.hpp"
|
#include "sphSmooth.hpp"
|
||||||
#include "yorick.hpp"
|
#include "yorick.hpp"
|
||||||
|
@ -1,3 +1,37 @@
|
|||||||
|
/*+
|
||||||
|
This is CosmoTool (./sample/test_cosmopower.cpp) -- Copyright (C) Guilhem Lavaux (2007-2013)
|
||||||
|
|
||||||
|
guilhem.lavaux@gmail.com
|
||||||
|
|
||||||
|
This software is a computer program whose purpose is to provide a toolbox for cosmological
|
||||||
|
data analysis (e.g. filters, generalized Fourier transforms, power spectra, ...)
|
||||||
|
|
||||||
|
This software is governed by the CeCILL license under French law and
|
||||||
|
abiding by the rules of distribution of free software. You can use,
|
||||||
|
modify and/ or redistribute the software under the terms of the CeCILL
|
||||||
|
license as circulated by CEA, CNRS and INRIA at the following URL
|
||||||
|
"http://www.cecill.info".
|
||||||
|
|
||||||
|
As a counterpart to the access to the source code and rights to copy,
|
||||||
|
modify and redistribute granted by the license, users are provided only
|
||||||
|
with a limited warranty and the software's author, the holder of the
|
||||||
|
economic rights, and the successive licensors have only limited
|
||||||
|
liability.
|
||||||
|
|
||||||
|
In this respect, the user's attention is drawn to the risks associated
|
||||||
|
with loading, using, modifying and/or developing or reproducing the
|
||||||
|
software by the user in light of its specific status of free software,
|
||||||
|
that may mean that it is complicated to manipulate, and that also
|
||||||
|
therefore means that it is reserved for developers and experienced
|
||||||
|
professionals having in-depth computer knowledge. Users are therefore
|
||||||
|
encouraged to load and test the software's suitability as regards their
|
||||||
|
requirements in conditions enabling the security of their systems and/or
|
||||||
|
data to be ensured and, more generally, to use and operate it in the
|
||||||
|
same conditions as regards security.
|
||||||
|
|
||||||
|
The fact that you are presently reading this means that you have had
|
||||||
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
|
+*/
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include "cosmopower.hpp"
|
#include "cosmopower.hpp"
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#include <boost/format.hpp>
|
#include <boost/format.hpp>
|
||||||
#include "yorick.hpp"
|
#include "yorick.hpp"
|
||||||
#include <gsl/gsl_rng.h>
|
#include <gsl/gsl_rng.h>
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include "fourier/healpix.hpp"
|
#include "fourier/healpix.hpp"
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#define __KD_TREE_SAVE_ON_DISK
|
#define __KD_TREE_SAVE_ON_DISK
|
||||||
#include <ctime>
|
#include <ctime>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#include <ctime>
|
#include <ctime>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*+
|
/*+
|
||||||
This is CosmoTool (./sample/testkd2.cpp) -- Copyright (C) Guilhem Lavaux (2007-2013)
|
This is CosmoTool (./sample/testkd3.cpp) -- Copyright (C) Guilhem Lavaux (2007-2013)
|
||||||
|
|
||||||
guilhem.lavaux@gmail.com
|
guilhem.lavaux@gmail.com
|
||||||
|
|
||||||
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#include <ctime>
|
#include <ctime>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#ifndef __COSMOTOOL_ALGO_HPP
|
#ifndef __COSMOTOOL_ALGO_HPP
|
||||||
#define __COSMOTOOL_ALGO_HPP
|
#define __COSMOTOOL_ALGO_HPP
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#ifndef __COSMO_QUEUE_HPP
|
#ifndef __COSMO_QUEUE_HPP
|
||||||
#define __COSMO_QUEUE_HPP
|
#define __COSMO_QUEUE_HPP
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#ifndef __COSMOTOOL_SIMPLE_BSP_HPP
|
#ifndef __COSMOTOOL_SIMPLE_BSP_HPP
|
||||||
#define __COSMOTOOL_SIMPLE_BSP_HPP
|
#define __COSMOTOOL_SIMPLE_BSP_HPP
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#ifndef __CICFILTER_HPP
|
#ifndef __CICFILTER_HPP
|
||||||
#define __CICFILTER_HPP
|
#define __CICFILTER_HPP
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#ifndef __COSMOTOOL_CONFIG_HPP
|
#ifndef __COSMOTOOL_CONFIG_HPP
|
||||||
#define __COSMOTOOL_CONFIG_HPP
|
#define __COSMOTOOL_CONFIG_HPP
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#ifndef _COSMOPOWER_HPP
|
#ifndef _COSMOPOWER_HPP
|
||||||
#define _COSMOPOWER_HPP
|
#define _COSMOPOWER_HPP
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#ifndef __COSMO_DINTERPOLATE_HPP
|
#ifndef __COSMO_DINTERPOLATE_HPP
|
||||||
#define __COSMO_DINTERPOLATE_HPP
|
#define __COSMO_DINTERPOLATE_HPP
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#ifndef __ESKOW_CHOLESKY_HPP
|
#ifndef __ESKOW_CHOLESKY_HPP
|
||||||
#define __ESKOW_CHOLESKY_HPP
|
#define __ESKOW_CHOLESKY_HPP
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#ifndef __COSMOTOOL_FIELD
|
#ifndef __COSMOTOOL_FIELD
|
||||||
#define __COSMOTOOL_FIELD
|
#define __COSMOTOOL_FIELD
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#ifndef __FIX_ARRAY_HPP
|
#ifndef __FIX_ARRAY_HPP
|
||||||
#define __FIX_ARRAY_HPP
|
#define __FIX_ARRAY_HPP
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#include "config.hpp"
|
#include "config.hpp"
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#ifndef __COSMO_FORTRAN_HPP
|
#ifndef __COSMO_FORTRAN_HPP
|
||||||
#define __COSMO_FORTRAN_HPP
|
#define __COSMO_FORTRAN_HPP
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#ifndef __BASE_FOURIER_TYPES_HPP
|
#ifndef __BASE_FOURIER_TYPES_HPP
|
||||||
#define __BASE_FOURIER_TYPES_HPP
|
#define __BASE_FOURIER_TYPES_HPP
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#ifndef __DETAILS_EUCLIDIAN_MAPS
|
#ifndef __DETAILS_EUCLIDIAN_MAPS
|
||||||
#define __DETAILS_EUCLIDIAN_MAPS
|
#define __DETAILS_EUCLIDIAN_MAPS
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#ifndef __DETAILS_EUCLIDIAN_SPECTRUM_1D
|
#ifndef __DETAILS_EUCLIDIAN_SPECTRUM_1D
|
||||||
#define __DETAILS_EUCLIDIAN_SPECTRUM_1D
|
#define __DETAILS_EUCLIDIAN_SPECTRUM_1D
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#ifndef __DETAILS_EUCLIDIAN_SPECTRUM_1D_BIN
|
#ifndef __DETAILS_EUCLIDIAN_SPECTRUM_1D_BIN
|
||||||
#define __DETAILS_EUCLIDIAN_SPECTRUM_1D_BIN
|
#define __DETAILS_EUCLIDIAN_SPECTRUM_1D_BIN
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#ifndef __DETAILS_EUCLIDIAN_TRANSFORM
|
#ifndef __DETAILS_EUCLIDIAN_TRANSFORM
|
||||||
#define __DETAILS_EUCLIDIAN_TRANSFORM
|
#define __DETAILS_EUCLIDIAN_TRANSFORM
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#ifndef __COSMOTOOL_FOURIER_HEALPIX_DETAILS_ALM_HPP
|
#ifndef __COSMOTOOL_FOURIER_HEALPIX_DETAILS_ALM_HPP
|
||||||
#define __COSMOTOOL_FOURIER_HEALPIX_DETAILS_ALM_HPP
|
#define __COSMOTOOL_FOURIER_HEALPIX_DETAILS_ALM_HPP
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#ifndef __COSMOTOOL_FOURIER_HEALPIX_DETAILS_MAP_HPP
|
#ifndef __COSMOTOOL_FOURIER_HEALPIX_DETAILS_MAP_HPP
|
||||||
#define __COSMOTOOL_FOURIER_HEALPIX_DETAILS_MAP_HPP
|
#define __COSMOTOOL_FOURIER_HEALPIX_DETAILS_MAP_HPP
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#ifndef __COSMOTOOL_FOURIER_HEALPIX_DETAILS_SPECTRUM_HPP
|
#ifndef __COSMOTOOL_FOURIER_HEALPIX_DETAILS_SPECTRUM_HPP
|
||||||
#define __COSMOTOOL_FOURIER_HEALPIX_DETAILS_SPECTRUM_HPP
|
#define __COSMOTOOL_FOURIER_HEALPIX_DETAILS_SPECTRUM_HPP
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#ifndef __COSMOTOOL_FOURIER_HEALPIX_DETAILS_TRANSFORM_HPP
|
#ifndef __COSMOTOOL_FOURIER_HEALPIX_DETAILS_TRANSFORM_HPP
|
||||||
#define __COSMOTOOL_FOURIER_HEALPIX_DETAILS_TRANSFORM_HPP
|
#define __COSMOTOOL_FOURIER_HEALPIX_DETAILS_TRANSFORM_HPP
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#ifndef __COSMOTOOL_FOURIER_HEALPIX_DETAILS_SPECTRUM_HP
|
#ifndef __COSMOTOOL_FOURIER_HEALPIX_DETAILS_SPECTRUM_HP
|
||||||
#define __COSMOTOOL_FOURIER_HEALPIX_DETAILS_SPECTRUM_HP
|
#define __COSMOTOOL_FOURIER_HEALPIX_DETAILS_SPECTRUM_HP
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#ifndef __COSMOTOOL_FOURIER_EUCLIDIAN_HPP
|
#ifndef __COSMOTOOL_FOURIER_EUCLIDIAN_HPP
|
||||||
#define __COSMOTOOL_FOURIER_EUCLIDIAN_HPP
|
#define __COSMOTOOL_FOURIER_EUCLIDIAN_HPP
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#ifndef __FFTW_UNIFIED_CALLS_HPP
|
#ifndef __FFTW_UNIFIED_CALLS_HPP
|
||||||
#define __FFTW_UNIFIED_CALLS_HPP
|
#define __FFTW_UNIFIED_CALLS_HPP
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#ifndef __COSMOTOOL_FOURIER_HEALPIX_HPP
|
#ifndef __COSMOTOOL_FOURIER_HEALPIX_HPP
|
||||||
#define __COSMOTOOL_FOURIER_HEALPIX_HPP
|
#define __COSMOTOOL_FOURIER_HEALPIX_HPP
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
#include <gsl/gsl_integration.h>
|
#include <gsl/gsl_integration.h>
|
||||||
#include "interpolate.hpp"
|
#include "interpolate.hpp"
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#ifndef COSMO_GROWTH_FACTOR_HPP
|
#ifndef COSMO_GROWTH_FACTOR_HPP
|
||||||
#define COSMO_GROWTH_FACTOR_HPP
|
#define COSMO_GROWTH_FACTOR_HPP
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#ifndef __CTOOL_INTERPOLATE_HPP
|
#ifndef __CTOOL_INTERPOLATE_HPP
|
||||||
#define __CTOOL_INTERPOLATE_HPP
|
#define __CTOOL_INTERPOLATE_HPP
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#ifndef __COSMO_INTERPOLATE3D_HPP
|
#ifndef __COSMO_INTERPOLATE3D_HPP
|
||||||
#define __COSMO_INTERPOLATE3D_HPP
|
#define __COSMO_INTERPOLATE3D_HPP
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#ifndef __LEAF_KDTREE_HPP
|
#ifndef __LEAF_KDTREE_HPP
|
||||||
#define __LEAF_KDTREE_HPP
|
#define __LEAF_KDTREE_HPP
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#ifndef __KDTREE_SPLITTERS_HPP
|
#ifndef __KDTREE_SPLITTERS_HPP
|
||||||
#define __KDTREE_SPLITTERS_HPP
|
#define __KDTREE_SPLITTERS_HPP
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
/* Reads in FLASH v3 files in HDF5 format */
|
/* Reads in FLASH v3 files in HDF5 format */
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#ifndef __COSMO_LOAD_FLASH_HPP
|
#ifndef __COSMO_LOAD_FLASH_HPP
|
||||||
#define __COSMO_LOAD_FLASH_HPP
|
#define __COSMO_LOAD_FLASH_HPP
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#include "load_data.hpp"
|
#include "load_data.hpp"
|
||||||
#include "loadFlash.hpp"
|
#include "loadFlash.hpp"
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#ifndef __COSMO_LOAD_GADGET_HPP
|
#ifndef __COSMO_LOAD_GADGET_HPP
|
||||||
#define __COSMO_LOAD_GADGET_HPP
|
#define __COSMO_LOAD_GADGET_HPP
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <regex.h>
|
#include <regex.h>
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#ifndef _LOAD_RAMSES_HPP
|
#ifndef _LOAD_RAMSES_HPP
|
||||||
#define _LOAD_RAMSES_HPP
|
#define _LOAD_RAMSES_HPP
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#ifndef __COSMOTOOLBOX_HPP
|
#ifndef __COSMOTOOLBOX_HPP
|
||||||
#define __COSMOTOOLBOX_HPP
|
#define __COSMOTOOLBOX_HPP
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#ifndef _LOAD_GADGET_DATA_HPP
|
#ifndef _LOAD_GADGET_DATA_HPP
|
||||||
#define _LOAD_GADGET_DATA_HPP
|
#define _LOAD_GADGET_DATA_HPP
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#ifndef __COSMO_MACHINE_TEST_HPP
|
#ifndef __COSMO_MACHINE_TEST_HPP
|
||||||
#define __COSMO_MACHINE_TEST_HPP
|
#define __COSMO_MACHINE_TEST_HPP
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#ifndef _MAK_MINIARGS_HPP
|
#ifndef _MAK_MINIARGS_HPP
|
||||||
#define _MAK_MINIARGS_HPP
|
#define _MAK_MINIARGS_HPP
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#ifndef __HV_KDTREE_HPP
|
#ifndef __HV_KDTREE_HPP
|
||||||
#define __HV_KDTREE_HPP
|
#define __HV_KDTREE_HPP
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#ifndef _COSMOTOOL_NEWTON_HPP
|
#ifndef _COSMOTOOL_NEWTON_HPP
|
||||||
#define _COSMOTOOL_NEWTON_HPP
|
#define _COSMOTOOL_NEWTON_HPP
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#ifndef __COSMOTOOL_AMR_HPP
|
#ifndef __COSMOTOOL_AMR_HPP
|
||||||
#define __COSMOTOOL_AMR_HPP
|
#define __COSMOTOOL_AMR_HPP
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#ifndef __COSMO_POOL_HPP
|
#ifndef __COSMO_POOL_HPP
|
||||||
#define __COSMO_POOL_HPP
|
#define __COSMO_POOL_HPP
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#ifndef _POWERSPECTRUM_HPP
|
#ifndef _POWERSPECTRUM_HPP
|
||||||
#define _POWERSPECTRUM_HPP
|
#define _POWERSPECTRUM_HPP
|
||||||
|
|
||||||
|
@ -1,3 +1,37 @@
|
|||||||
|
/*+
|
||||||
|
This is CosmoTool (./src/replicateGenerator.hpp) -- Copyright (C) Guilhem Lavaux (2007-2013)
|
||||||
|
|
||||||
|
guilhem.lavaux@gmail.com
|
||||||
|
|
||||||
|
This software is a computer program whose purpose is to provide a toolbox for cosmological
|
||||||
|
data analysis (e.g. filters, generalized Fourier transforms, power spectra, ...)
|
||||||
|
|
||||||
|
This software is governed by the CeCILL license under French law and
|
||||||
|
abiding by the rules of distribution of free software. You can use,
|
||||||
|
modify and/ or redistribute the software under the terms of the CeCILL
|
||||||
|
license as circulated by CEA, CNRS and INRIA at the following URL
|
||||||
|
"http://www.cecill.info".
|
||||||
|
|
||||||
|
As a counterpart to the access to the source code and rights to copy,
|
||||||
|
modify and redistribute granted by the license, users are provided only
|
||||||
|
with a limited warranty and the software's author, the holder of the
|
||||||
|
economic rights, and the successive licensors have only limited
|
||||||
|
liability.
|
||||||
|
|
||||||
|
In this respect, the user's attention is drawn to the risks associated
|
||||||
|
with loading, using, modifying and/or developing or reproducing the
|
||||||
|
software by the user in light of its specific status of free software,
|
||||||
|
that may mean that it is complicated to manipulate, and that also
|
||||||
|
therefore means that it is reserved for developers and experienced
|
||||||
|
professionals having in-depth computer knowledge. Users are therefore
|
||||||
|
encouraged to load and test the software's suitability as regards their
|
||||||
|
requirements in conditions enabling the security of their systems and/or
|
||||||
|
data to be ensured and, more generally, to use and operate it in the
|
||||||
|
same conditions as regards security.
|
||||||
|
|
||||||
|
The fact that you are presently reading this means that you have had
|
||||||
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
|
+*/
|
||||||
#ifndef __REPLICATE_GENERATOR_HPP
|
#ifndef __REPLICATE_GENERATOR_HPP
|
||||||
#define __REPLICATE_GENERATOR_HPP
|
#define __REPLICATE_GENERATOR_HPP
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#ifndef __VOID_SPARSE_GRID_HPP
|
#ifndef __VOID_SPARSE_GRID_HPP
|
||||||
#define __VOID_SPARSE_GRID_HPP
|
#define __VOID_SPARSE_GRID_HPP
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#ifndef __COSMOTOOL_SPH_SMOOTH_HPP
|
#ifndef __COSMOTOOL_SPH_SMOOTH_HPP
|
||||||
#define __COSMOTOOL_SPH_SMOOTH_HPP
|
#define __COSMOTOOL_SPH_SMOOTH_HPP
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#ifndef __YORICK_HELPERS_HPP
|
#ifndef __YORICK_HELPERS_HPP
|
||||||
#define __YORICK_HELPERS_HPP
|
#define __YORICK_HELPERS_HPP
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#include "ctool_netcdf_ver.hpp"
|
#include "ctool_netcdf_ver.hpp"
|
||||||
#include "config.hpp"
|
#include "config.hpp"
|
||||||
#ifdef NETCDFCPP4
|
#ifdef NETCDFCPP4
|
||||||
|
@ -32,6 +32,7 @@ same conditions as regards security.
|
|||||||
The fact that you are presently reading this means that you have had
|
The fact that you are presently reading this means that you have had
|
||||||
knowledge of the CeCILL license and that you accept its terms.
|
knowledge of the CeCILL license and that you accept its terms.
|
||||||
+*/
|
+*/
|
||||||
|
|
||||||
#include "ctool_netcdf_ver.hpp"
|
#include "ctool_netcdf_ver.hpp"
|
||||||
#include "config.hpp"
|
#include "config.hpp"
|
||||||
#include <netcdf>
|
#include <netcdf>
|
||||||
|
Loading…
Reference in New Issue
Block a user