Fortran library for Geodesics
2.0
|
A test program for invers() More...
Go to the source code of this file.
Functions/Subroutines | |
program | geodinverse |
A simple program to solve the inverse geodesic problem. More... | |
A test program for invers()
Definition in file geodinverse.for.
program geodinverse |
A simple program to solve the inverse geodesic problem.
This program reads in lines with lat1, lon1, lon2, lat2 and prints out lines with azi1, azi2, s12 (for the WGS84 ellipsoid).
Definition at line 9 of file geodinverse.for.