11 #ifndef OOPS_BASE_GEOLOCATION_H_ 12 #define OOPS_BASE_GEOLOCATION_H_ 16 #include "oops/util/Printable.h" 28 void print(std::ostream & os)
const { os <<
"location: " <<
lon_ <<
", " <<
lat_ << std::endl; }
34 #endif // OOPS_BASE_GEOLOCATION_H_
void print(std::ostream &os) const
real(fvprc), dimension(:), allocatable lon
The namespace for the main oops code.
real(fvprc), dimension(:), allocatable lat
void getLoc(double &lon, double &lat) const
GeoLocation(const double lon, const double lat)