/************************************************************ elliptic_utils.h Created 2001 by Edward A. Richley This file is subject to the terms and conditions of the GNU General Public License. ************************************************************/ #ifndef elliptic_utils_flag #define elliptic_utils_flag extern double get_Pterm(double); extern double get_Vterm(double); extern double get_X_Gamma(double); #endif