UFO
ObsLocParameters.cc
Go to the documentation of this file.
1 /*
2  * (C) Copyright 2020-2021 UCAR
3  *
4  * This software is licensed under the terms of the Apache Licence Version 2.0
5  * which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
6  */
7 
8 #include <utility>
9 
11 
12 namespace ufo {
13 
15 constexpr util::NamedEnumerator<DistanceType> DistanceTypeParameterTraitsHelper::namedValues[];
16 
18 constexpr util::NamedEnumerator<SearchMethod> SearchMethodParameterTraitsHelper::namedValues[];
19 
20 constexpr double ObsLocParameters::radius_earth;
21 
22 } // namespace ufo
static constexpr double radius_earth
Definition: RunCRTM.h:27
static constexpr util::NamedEnumerator< DistanceType > namedValues[]
static constexpr util::NamedEnumerator< SearchMethod > namedValues[]