00001 /* 00002 Cristobalite class header file 00003 Data from Berman (1988) 00004 $Id: Cristobalite.h,v 1.1 2006/01/06 17:42:47 ghiorso Exp $ 00005 Mark Ghiorso 00006 */ 00007 00008 #ifndef CRISTOBALITE_H 00009 #define CRISTOBALITE_H 00010 00011 #include "BermanLambdaPhase.h" 00012 00020 class Cristobalite: public BermanLambdaPhase { 00021 public: 00023 Cristobalite(); 00024 }; 00025 00026 #endif 00027 00028 00029