00001 /* This file is part of Cloudy and is copyright (C)1978-2007 by Gary J. Ferland 00002 * For conditions of distribution and use see copyright notice in license.txt */ 00013 void hypho(double zed, 00014 long int n, 00015 long int lmin, 00016 long int lmax, 00017 double en, 00018 long int ncell, 00019 float anu[], 00020 float bfnu[]);