00001 /* 00002 * Forsterite class header file 00003 * Data from Berman (1988) 00004 * Victor Kress 00005 */ 00006 00007 #ifndef FORSTERITE_H 00008 #define FORSTERITE_H 00009 00010 #include "BermanPhase.h" 00011 00019 class Forsterite: public BermanPhase { 00020 public: 00022 Forsterite(); 00023 }; 00024 00025 #endif 00026 00027 00028