Skip to content
Snippets Groups Projects

Consolidation with CDI-PIO (develop)

Merged Sergey Kosukhin requested to merge m300488/develop-rebase into develop
2 files
+ 3
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
1
@@ -9,6 +9,7 @@
#include "error.h"
#endif
#include <stdbool.h>
#include <stddef.h> /* size_t */
#ifndef CDI_LIMITS_H
@@ -46,6 +47,7 @@ typedef struct
{
bool isUsed;
bool flag;
bool lvalidrange;
short xyz; /* order of spatial dimensions,
* a permutation of 123 */
int mvarID;
@@ -62,7 +64,6 @@ typedef struct
int timave;
int nsb; // Number of significant bits
bool missvalused; // true if missval is defined
bool lvalidrange;
double missval;
double validrange[2];
levinfo_t *levinfo;
Loading