00001 /* 00002 * Apatite class header file 00003 * Unpublished data 00004 * Mark Ghiorso 00005 */ 00006 00007 #ifndef APATITE_H 00008 #define APATITE_H 00009 00010 #include "BermanPhase.h" 00011 00019 class Apatite: public BermanPhase { 00020 public: 00022 Apatite(); 00023 }; 00024 00025 #endif 00026 00027 00028