/* * AtomSelectionDescriptor.hpp * * Created on: Jul 16, 2010 * Author: crueger */ #ifndef ATOMSELECTIONDESCRIPTOR_HPP_ #define ATOMSELECTIONDESCRIPTOR_HPP_ // include config.h #ifdef HAVE_CONFIG_H #include #endif #include "Descriptors/AtomDescriptor.hpp" AtomDescriptor AtomsBySelection(); #endif /* ATOMSELECTIONDESCRIPTOR_HPP_ */