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 */ 00003 /* heavy.h */ 00007 EXTERN struct t_Heavy { 00008 00010 long int ipHeavy[LIMELM][LIMELM], 00012 ipLyHeavy[LIMELM][LIMELM-1], 00014 ipBalHeavy[LIMELM][LIMELM-1]; 00015 00017 float xLyaHeavy[LIMELM][LIMELM]; 00018 00020 double Valence_IP_Ryd[LIMELM][LIMELM]; 00021 00024 long int nsShells[LIMELM][LIMELM]; 00025 00027 char chShell[7][3]; 00028 00029 } Heavy; 00030