/**
* @file direct.c
* @brief A test program for geod_direct()
**********************************************************************/
/* Squelch warnings about scanf */
/**
* A simple program to solve the direct geodesic problem.
*
* This program reads in lines with lat1, lon1, azi1, s12 and prints out lines
* with lat2, lon2, azi2 (for the WGS84 ellipsoid).
**********************************************************************/
int