uncrustify libraries/AP_Declination/AP_Declination.h

This commit is contained in:
uncrustify 2012-08-16 23:19:39 -07:00 committed by Pat Hickey
parent 06e0708308
commit 9a440bad90
1 changed files with 3 additions and 3 deletions

View File

@ -11,13 +11,13 @@
* Scott Ferguson * Scott Ferguson
* scottfromscott@gmail.com * scottfromscott@gmail.com
* *
*/ */
class AP_Declination class AP_Declination
{ {
public: public:
static float get_declination(float lat, float lon); static float get_declination(float lat, float lon);
private: private:
static int16_t get_lookup_value(uint8_t x, uint8_t y); static int16_t get_lookup_value(uint8_t x, uint8_t y);
}; };
#endif // AP_Declination_h #endif // AP_Declination_h