Index: kernel/include/IMP/base_types.h =================================================================== --- kernel/include/IMP/base_types.h (revision 400) +++ kernel/include/IMP/base_types.h (working copy) @@ -8,13 +8,13 @@ #ifndef __IMP_BASE_TYPES_H #define __IMP_BASE_TYPES_H +#include "IMP_config.h" +#include "Index.h" + #include #include #include -#include "IMP_config.h" -#include "Index.h" - namespace IMP { @@ -67,8 +67,11 @@ /** We need this to have a uniform return type for python. */ -typedef std::vector Particles; +typedef std::vector Particles; +typedef std::pair ParticlePair; +typedef std::vector ParticlePairs; + typedef std::vector ParticleIndexes; typedef std::vector FloatIndexes; typedef std::vector IntIndexes;