Skip to content
Snippets Groups Projects
Commit 48cc5891 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

specspace.c: include constants.h

parent 7d1b0690
No related branches found
No related tags found
No related merge requests found
......@@ -8,11 +8,9 @@
#include "specspace.h"
#include "error.h"
#include "grid.h"
#include "constants.h"
#define SQUARE_RADIUS (-PlanetRadius * PlanetRadius)
#define C_EARTH_RADIUS (6371000.0)
static double PlanetRadius = C_EARTH_RADIUS;
void after_legini_full(int ntr, int nlat, double *restrict poli, double *restrict pold, double *restrict pol2,
double *restrict pol3, double *restrict coslat, double *restrict rcoslat, int flag);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment