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

Replace rdate/rtime by rdatetime.

parent d9a71131
No related branches found
No related tags found
No related merge requests found
......@@ -20,8 +20,7 @@ typedef struct
int64_t sdate; // start date
int stime; // start time
CdiDateTime vdatetime; // verification date/time
int64_t rdate; // reference date
int rtime; // reference time
CdiDateTime rdatetime; // reference date/time
int64_t fdate; // forecast reference date
int ftime; // forecast reference time
int calendar;
......@@ -63,7 +62,7 @@ void ptaxisDefName(taxis_t *taxisptr, const char *name);
void ptaxisDefLongname(taxis_t *taxisptr, const char *longname);
void ptaxisDefUnits(taxis_t *taxisptr, const char *units);
void taxisDestroyKernel(taxis_t *taxisptr);
#if !defined(SX)
#ifndef SX
extern const resOps taxisOps;
#endif
......
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