// // sector.cpp // PSPA // // Created by Garnier Laurent on 10/12/13. // Copyright (c) 2013 Garnier Laurent. All rights reserved. // #include "sector.h" sector::sector(std::string name): reflected_(false), duplicatedFrom_(NULL), repetitionNumber_(1), name_(name) { } sector::~sector() { }