updated top-level README and version_decl for V4.5 (#1847)
[WRF.git] / var / external / wavelet / awaprogs / chap02 / real.h
blob05ffaed08c823572b5710f5a19379f8ddeca5080
1 /*
2 * Use this to choose between `float' and `double' for arithmetic.
3 * Single precision arithmetic(`float') is the default.
5 * Copyright (C) 1991--94 Wickerhauser Consulting. All Rights Reserved.
6 * May be freely copied for noncommercial use. See
7 * ``Adapted Wavelet Analysis from Theory to Software'' ISBN 1-56881-041-5
8 * by Mladen Victor Wickerhauser [AK Peters, Ltd., Wellesley, Mass., 1994]
9 */
11 #ifndef REAL_HDR_ALREADY_INCLUDED
12 #define REAL_HDR_ALREADY_INCLUDED
14 #ifndef real
15 # define real double
16 #endif
18 #endif /* REAL_HDR_ALREADY_INCLUDED */