// PARTITION.H #ifndef PARTITION_H #define PARTITION_H class Partition { public: int bIndex, eIndex, dim; }; #endif