/home66/gary/public_html/cloudy/c08_branch/source/heavy.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 _HEAVY_H_
00005 #define _HEAVY_H_
00006 
00007 /* heavy.h */
00011 EXTERN struct t_Heavy {
00012 
00014         long int ipHeavy[LIMELM][LIMELM], 
00016           ipLyHeavy[LIMELM][LIMELM-1],
00018           ipBalHeavy[LIMELM][LIMELM-1];
00019 
00021         realnum xLyaHeavy[LIMELM][LIMELM];
00022 
00024         double Valence_IP_Ryd[LIMELM][LIMELM];
00025 
00028         long int nsShells[LIMELM][LIMELM];
00029 
00031         char chShell[7][3];
00032 
00033         }       Heavy;
00034 
00035 
00036 #endif /* _HEAVY_H_ */

Generated on Mon Feb 16 12:01:15 2009 for cloudy by  doxygen 1.4.7