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

« back to all changes in this revision

Viewing changes to src/FDM/JSBSim/models/flight_control/FGDeadBand.cpp

  • Committer: Package Import Robot
  • Author(s): Ove Kaaven
  • Date: 2011-09-03 22:16:12 UTC
  • mfrom: (3.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20110903221612-2cjy0z7ztj5nkln5
Tags: 2.4.0-1
* New upstream release. Closes: #638588.
* Build-Depend on OpenSceneGraph 3.0, and the Subversion library.
* Recommend fgfs-scenery-base.
* Enable parallel builds (shorter compile times on multicore CPUs).
* Removed hack that tried to build without optimizations if
  building with optimizations fails.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
 
47
47
namespace JSBSim {
48
48
 
49
 
static const char *IdSrc = "$Id$";
 
49
static const char *IdSrc = "$Id: FGDeadBand.cpp,v 1.9 2009/10/24 22:59:30 jberndt Exp $";
50
50
static const char *IdHdr = ID_DEADBAND;
51
51
 
52
52
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
142
142
 
143
143
  if (debug_lvl & 1) { // Standard console startup message output
144
144
    if (from == 0) { // Constructor
145
 
      cout << "      INPUT: " << InputNodes[0]->getName() << endl;
 
145
      cout << "      INPUT: " << InputNodes[0]->GetName() << endl;
146
146
      if (WidthPropertyNode != 0) {
147
147
        cout << "      DEADBAND WIDTH: " << WidthPropertyNode->GetName() << endl;
148
148
      } else {