This commit is contained in:
Martin Reinecke 2018-12-17 15:25:21 +01:00
parent ac3bf55ac5
commit 3efcfa1ef2
7 changed files with 11 additions and 63 deletions

View file

@ -35,7 +35,6 @@
#include "sharp_ylmgen_c.h"
#include "sharp_internal.h"
#include "c_utils.h"
#include "sharp_core.h"
#include "walltime_c.h"
#include "sharp_almhelpers.h"
#include "sharp_geomhelpers.h"
@ -960,9 +959,6 @@ void sharp_set_chunksize_min(int new_chunksize_min)
void sharp_set_nchunks_max(int new_nchunks_max)
{ nchunks_max=new_nchunks_max; }
int sharp_get_nv_max (void)
{ return 6; }
#ifdef USE_MPI
#include "sharp_mpi.c"