/* * Use this to choose between `float' and `double' for arithmetic. * Single precision arithmetic(`float') is the default. * * Copyright (C) 1991--94 Wickerhauser Consulting. All Rights Reserved. * May be freely copied for noncommercial use. See * ``Adapted Wavelet Analysis from Theory to Software'' ISBN 1-56881-041-5 * by Mladen Victor Wickerhauser [AK Peters, Ltd., Wellesley, Mass., 1994] */ #ifndef REAL_HDR_ALREADY_INCLUDED #define REAL_HDR_ALREADY_INCLUDED #ifndef real # define real double #endif #endif /* REAL_HDR_ALREADY_INCLUDED */