#ifndef EoaGeomInfo_hxx_seen #define EoaGeomInfo_hxx_seen #include namespace COMET { /// Generate a base exception for the geometry information library. OA_EXCEPTION(EoaGeomInfo,COMET::EoaCore); /// Generate an exception for when a volume was not found. OA_EXCEPTION(EVolumeNotFound,EoaGeomInfo); }; #endif