~ubuntu-branches/ubuntu/precise/flightgear/precise

« back to all changes in this revision

Viewing changes to src/AIModel/submodel.cxx

  • Committer: Bazaar Package Importer
  • Author(s): Ove Kaaven
  • Date: 2011-01-30 15:46:35 UTC
  • mfrom: (3.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20110130154635-rlynmg9n5hzxq5xe
Tags: 2.0.0-3
* Recommend fgfs-aircraft-base and fgfs-models-base.
  Closes. #610276.
* Added note about scenery SharedModels.tgz to README.Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
783
783
        ++subsubmodel_iterator;
784
784
    }
785
785
 
786
 
    submodel_iterator = submodels.begin();
 
786
    //submodel_iterator = submodels.begin();
787
787
 
788
 
    while (submodel_iterator != submodels.end()) {
789
 
        int id = (*submodel_iterator)->id;
 
788
    //while (submodel_iterator != submodels.end()) {
 
789
        //int id = (*submodel_iterator)->id;
790
790
        //SG_LOG(SG_GENERAL, SG_DEBUG,"after pushback "
791
791
        //        << " id " << id
792
792
        //        << " name " << (*submodel_iterator)->name
793
793
        //        << " sub id " << (*submodel_iterator)->sub_id);
794
794
 
795
 
        ++submodel_iterator;
796
 
    }
 
795
        //++submodel_iterator;
 
796
    //}
797
797
}
798
798
 
799
799
// end of submodel.cxx