source: XIOS/dev/dev_ym/XIOS_COUPLING/src/io/netCdf_cf_constant.cpp @ 2274

Last change on this file since 2274 was 2274, checked in by ymipsl, 2 years ago

Tracking memory leak : release memory statically alocated

YM

  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 428 bytes
Line 
1#include "netCdf_cf_constant.hpp"
2
3namespace xios
4{
5  std::set<StdString> CCFConvention::XIOS_CF_Latitude_units_;
6  std::set<StdString> CCFConvention::XIOS_CF_Longitude_units_;
7  const StdString CCFKeywords::XIOS_CF_units("units");
8  const StdString CCFKeywords::XIOS_CF_standard_name("standard_name");
9  const StdString CCFKeywords::XIOS_CF_coordinates("coordinates");
10  const StdString CCFKeywords::XIOS_CF_bounds("bounds");
11}
Note: See TracBrowser for help on using the repository browser.