/* * AtomOfMoleculeSelectionDescriptor.hpp * * Created on: Dec 11, 2010 * Author: heber */ #ifndef ATOMOFMOLECULESELECTIONDESCRIPTOR_HPP_ #define ATOMOFMOLECULESELECTIONDESCRIPTOR_HPP_ // include config.h #ifdef HAVE_CONFIG_H #include #endif #include "Descriptors/AtomDescriptor.hpp" AtomDescriptor AtomsByMoleculeSelection(); #endif /* ATOMOFMOLECULESELECTIONDESCRIPTOR_HPP_ */