UVES Pipeline Reference Manual
5.4.0
Main Page
Modules
Data Structures
Files
File List
uves
uves_cpl_size.h
1
/*
2
* uves_cpl_size.h
3
*
4
* Created on: Nov 23, 2011
5
* Author: amodigli
6
*/
7
8
#ifndef UVES_CPL_SIZE_H_
9
#define UVES_CPL_SIZE_H_
10
11
#include <cpl.h>
12
#if defined CPL_VERSION_CODE && CPL_VERSION_CODE <= CPL_VERSION(5, 5, 0)
13
typedef
int
cpl_size;
/* The type as is was up to CPL 5.3 */
14
#define CPL_SIZE_FORMAT "d"
15
#endif
16
17
#endif
/* UVES_CPL_SIZE_H_ */
Generated by
1.8.1.1