- added SG_USING_STD(cout) and SG_USING_STD(endl) for ANSI C++
compliance
This commit is contained in:
parent
b97673d877
commit
0778ae308d
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@
|
|||
#include <simgear/constants.h>
|
||||
#include <simgear/math/sg_geodesy.hxx>
|
||||
|
||||
SG_USING_STD(cout);
|
||||
SG_USING_STD(endl);
|
||||
|
||||
int main() {
|
||||
// for each lat/lon given in goedetic coordinates, calculate
|
||||
// geocentric coordinates, cartesian coordinates, the local "up"
|
||||
|
|
Loading…
Add table
Reference in a new issue