Don't declare functions that are not implemented
This commit is contained in:
parent
932b38a87e
commit
5d5a58de80
1 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ public:
|
||||||
/// Constructor
|
/// Constructor
|
||||||
FGMars(FGFDMExec*);
|
FGMars(FGFDMExec*);
|
||||||
/// Destructor
|
/// Destructor
|
||||||
~FGMars();
|
//~FGMars();
|
||||||
/** Runs the Martian atmosphere model; called by the Executive
|
/** Runs the Martian atmosphere model; called by the Executive
|
||||||
@return false if no error */
|
@return false if no error */
|
||||||
bool Run(void);
|
bool Run(void);
|
||||||
|
@ -136,7 +136,7 @@ public:
|
||||||
inline double GetTurbPQR(int idx) const {return vTurbPQR(idx);}
|
inline double GetTurbPQR(int idx) const {return vTurbPQR(idx);}
|
||||||
inline FGColumnVector3& GetTurbPQR(void) {return vTurbPQR;}
|
inline FGColumnVector3& GetTurbPQR(void) {return vTurbPQR;}
|
||||||
|
|
||||||
void bind(void);
|
//void bind(void);
|
||||||
void unbind(void);
|
void unbind(void);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue