X-shooter Pipeline Reference Manual 3.8.15
xsh_cpl_size.h
Go to the documentation of this file.
1/*
2 * sinfo_cpl_size.h
3 *
4 * Created on: Nov 23, 2011
5 * Author: amodigli
6 */
7
8#ifndef XSH_CPL_SIZE_H_
9#define XSH_CPL_SIZE_H_
10
11#include <cpl.h>
12#if defined CPL_VERSION_CODE && CPL_VERSION_CODE <= CPL_VERSION(5, 5, 0)
13typedef int cpl_size; /* The type as is was up to CPL 5.3 */
14#define CPL_SIZE_FORMAT "d"
15#endif
16
17#endif /* XSH_CPL_SIZE_H_ */