name change to libsharp2

This commit is contained in:
Martin Reinecke 2019-12-06 13:53:27 +01:00
parent eef25f6845
commit 90f63915c2
31 changed files with 221 additions and 208 deletions

View file

@ -1,22 +1,22 @@
/*
* This file is part of libsharp.
* This file is part of libsharp2.
*
* libsharp is free software; you can redistribute it and/or modify
* libsharp2 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 2 of the License, or
* (at your option) any later version.
*
* libsharp is distributed in the hope that it will be useful,
* libsharp2 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 libsharp; if not, write to the Free Software
* along with libsharp2; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
/* libsharp is being developed at the Max-Planck-Institut fuer Astrophysik */
/* libsharp2 is being developed at the Max-Planck-Institut fuer Astrophysik */
/* \file sharp_testsuite.c
*
@ -29,15 +29,16 @@
#include <complex.h>
#ifdef USE_MPI
#include "mpi.h"
#include "libsharp/sharp_mpi.h"
#include "libsharp2/sharp_mpi.h"
#endif
#ifdef _OPENMP
#include <omp.h>
#endif
#include "libsharp/sharp.h"
#include "libsharp/sharp_geomhelpers.h"
#include "libsharp/sharp_almhelpers.h"
#include "libsharp/sharp_utils.h"
#include "libsharp2/sharp.h"
#include "libsharp2/sharp_geomhelpers.h"
#include "libsharp2/sharp_almhelpers.h"
#include "libsharp2/sharp_utils.h"
#include "libsharp2/sharp_utils.c"
#include "test/memusage.h"
static void OpenMP_status(void)