--- branches/development/src/utils/PropertyMap.hpp 2011/11/22 20:38:56 1665 +++ branches/development/src/utils/PropertyMap.hpp 2012/05/18 21:44:02 1710 @@ -119,6 +119,17 @@ namespace OpenMD{ std::vector getProperties(); /** + * Checks if property is in this PropertyMap + * + * @param propName name of property + * + * @return boolean + * + * @see #getProperties, #getPropertyByName + */ + bool hasProperty(const std::string& propName); + + /** * Returns property * * @param propName name of property