Command line utility for evaluating gravity fields. More...
#include <iostream>
#include <string>
#include <sstream>
#include <fstream>
#include <GeographicLib/GravityModel.hpp>
#include <GeographicLib/GravityCircle.hpp>
#include <GeographicLib/DMS.hpp>
#include <GeographicLib/Utility.hpp>
#include "Gravity.usage"
Go to the source code of this file.
Functions | |
int | main (int argc, const char *const argv[]) |
Command line utility for evaluating gravity fields.
Copyright (c) Charles Karney (2011-2017) charl and licensed under the MIT/X11 License. For more information, see es@k arney .comhttps://geographiclib.sourceforge.io/
See the man page for usage information.
Definition in file Gravity.cpp.
Definition at line 29 of file Gravity.cpp.