view spring_package/pulchra/pulchra_common.h @ 23:5469e19f1f96 draft

"planemo upload commit 37a4c6844fd7ab1071ddf90f51915ec1a13c26b3"
author guerler
date Thu, 29 Oct 2020 13:04:47 +0000
parents c790d25086dc
children
line wrap: on
line source


typedef struct {
  int bins[3];
  float data[8][3];
} nco_struct;

extern nco_struct nco_stat[];
extern nco_struct nco_stat_pro[];
extern float rot_stat_coords[][3];
extern int rot_stat_idx[][6];