00001 /* 00002 Quartz class header file 00003 Data from Berman (1988) 00004 $Id: Quartz.h,v 1.2 2002/09/17 00:13:52 kress Exp $ 00005 Victor Kress 00006 */ 00007 00008 #ifndef QUARTZ_H 00009 #define QUARTZ_H 00010 00011 #include "BermanLambdaPhase.h" 00012 00020 class Quartz: public BermanLambdaPhase { 00021 public: 00023 Quartz(); 00024 }; 00025 00026 #endif 00027 00028 00029