/* This file is part of Cloudy and is copyright (C)1978-2013 by Gary J. Ferland and
 * others.  For conditions of distribution and use see copyright notice in license.txt */

#ifndef NUMDERIV_H_
#define NUMDERIV_H_

/* numderiv.h */
struct t_NumDeriv {
	bool lgNumDeriv;
	};
extern t_NumDeriv NumDeriv;


#endif /* NUMDERIV_H_ */
