Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

stellar_type.h

00001        //=======================================================// _\|/_
00002       //  __  _____           ___                    ___       //   /|\ ~
00003      //  /      |      ^     |   \  |         ^     |   \     // _\|/_
00004     //   \__    |     / \    |___/  |        / \    |___/    //   /|\ ~
00005    //       \   |    /___\   |  \   |       /___\   |   \   // _\|/_
00006   //     ___/   |   /     \  |   \  |____  /     \  |___/  //   /|\ ~
00007  //                                                       // _\|/_
00008 //=======================================================//   /|\ ~
00009 
00010 /*
00011  *  stellar_type.h: 
00012  *
00013  *.............................................................................
00014  *    version 1:  Jan 1994   Simon F. Portegies Zwart
00015  *    version 2:  Aug 1996   Simon Portegies Zwart
00016  *
00017  *.............................................................................
00018  *     This file includes:
00019  *  1) definition of stellar types
00020  *
00021  *
00022  *.............................................................................
00023  */
00024 #ifndef     _STELLAR_TYPE
00025 #   define  _STELLAR_TYPE
00026 
00027 enum stellar_type {NAS = 0, Main_Sequence = 1, Hertzsprung_Gap,
00028                    Sub_Giant, Horizontal_Branch, Giant, Super_Giant,
00029                    Helium_Star, Wolf_Rayet, White_Dwarf, Thorn_Zytkow,
00030                    Neutron_Star, Black_Hole, Brown_Dwarf, Disintegrated,
00031                    Double, no_of_stellar_type};
00032 
00033 #endif

Generated on Wed Jul 20 12:43:37 2005 for Starlab by  doxygen 1.4.3