
Untitled
By: a guest on
May 7th, 2012 | syntax:
C++ | size: 0.56 KB | hits: 22 | expires: Never
if (!graphes[i]->trouveEA(exploitations[j])->trouveIlot(exploitations[j]->listeIlot()[k])->trouveParcelle(exploitations[j]->listeIlot()[k]->liste_parcelle()[l], it_p)){
qDebug() << "supprime parcelle :" << exploitations[j]->listeIlot()[k]->liste_parcelle()[l]->code(2007);
exploitations[j]->listeIlot()[k]->liste_parcelle().removeAt(l);
qDebug() << "parcelle supprimé ?" << exploitations[j]->listeIlot()[k]->liste_parcelle()[l]->code(2007);
}