/* * types.hpp * * Created on: Mar 12, 2010 * Author: crueger */ #ifndef TYPES_HPP_ #define TYPES_HPP_ /** * This file defines some globally used types for later use */ typedef unsigned int atomId_t; //!< The type of atomIds typedef unsigned int moleculeId_t; //!< The type of moleculeIds typedef unsigned int atomicNumber_t; //!< The type of atomicNumbers #endif /* TYPES_HPP_ */