cloudy trunk

hypho.h

Go to the documentation of this file.
00001 /* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and
00002  * others.  For conditions of distribution and use see copyright notice in license.txt */
00003 
00004 #ifndef _HYPHO_H_
00005 #define _HYPHO_H_
00006 
00017 void hypho(double zed, 
00018   long int n, 
00019   long int lmin, 
00020   long int lmax, 
00021   double en, 
00022   long int ncell, 
00023   realnum anu[], 
00024   realnum bfnu[]);
00025 
00026 #endif /* _HYPHO_H_ */
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated for cloudy by doxygen 1.7.3