1#ifndef CYCLUS_SRC_TOOLKIT_POSITION_H_
2#define CYCLUS_SRC_TOOLKIT_POSITION_H_
3#define CYCLUS_DECIMAL_SECOND_MULTIPLIER 3600
142 void LonCheck(
double lon);
147 void LatCheck(
double lat);
153 double SetPrecision(
double value,
double precision)
const;
166 std::string ToStringHelperLon(
int mode,
double lon)
const;
179 std::string ToStringHelperLat(
int mode,
double lat)
const;
184 std::string ToStringHelper(
double value)
const;
190 std::string ToStringHelperDM(
double value)
const;
196 std::string ToStringHelperDMS(
double value)
const;
taken directly from OsiSolverInterface.cpp on 2/17/14 from https://projects.coin-or....
T OptionalQuery(InfileTree *tree, std::string query, T default_val)
a query method for optional parameters