00001 // 00002 // Copyright (C) 2001-2006 Greg Landrum and Rational Discovery LLC 00003 // 00004 // @@ All Rights Reserved @@ 00005 // 00006 /*! \file GraphMol.h 00007 00008 \brief pulls in RWMol and ROMol 00009 00010 */ 00011 #ifndef _GRAPH_MOL_H 00012 #define _GRAPH_MOL_H 00013 00014 00015 #include "ROMol.h" 00016 #include "RWMol.h" 00017 00018 #endif
1.5.3