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

« back to all changes in this revision

Viewing changes to src/FDM/UIUCModel/uiuc_flapdata.cpp

  • 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:
115
115
  delete[] thrustTable;
116
116
  delete[] momentTable;
117
117
  delete[] inertiaTable;
118
 
  delete alphaArray;
119
 
  delete speedArray;
120
 
  delete freqArray;
121
 
  delete phiArray;
 
118
  delete[] alphaArray;
 
119
  delete[] speedArray;
 
120
  delete[] freqArray;
 
121
  delete[] phiArray;
122
122
}
123
123
 
124
124
//An initialization function that does the same thing