Program Listing for File StellarZone.h

Return to documentation for file (/home/kpenev/projects/git/poet/poet_src/Core/StellarZone.h)

#ifndef __STELLAR_ZONE_H
#define __STELLAR_ZONE_H

namespace Core {
    enum StellarZone {total=0,
        core=1,
        radiative=1,
        envelope=2,
        convective=2
    };
}

#endif