00001 /* 00002 Whitlockite class header file 00003 Data from Ghiorso and Sack (1995) 00004 $Id: Whitlockite.h,v 1.3 2007/10/03 01:27:11 kress Exp $ 00005 Mark Ghiorso 00006 */ 00007 00008 #ifndef WHITLOCKITE_H 00009 #define WHITLOCKITE_H 00010 00011 #include "BermanPhase.h" 00012 00020 class Whitlockite: public BermanPhase { 00021 public: 00023 Whitlockite(); 00024 }; 00025 00026 #endif 00027 00028 00029