Changeset 2655
- Timestamp:
- 09/19/24 17:19:34 (3 weeks ago)
- Location:
- XIOS3/trunk/src/node
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS3/trunk/src/node/axis.cpp
r2632 r2655 351 351 excludedAttr.push_back("label"); 352 352 excludedAttr.push_back("mask"); // ??? 353 excludedAttr.insert(excludedAttr.end(), { "long_name" }); 353 354 354 355 size_t globalHash = this->computeGlobalAttributesHash( excludedAttr ); -
XIOS3/trunk/src/node/domain.cpp
r2632 r2655 1 1 2 #include "domain.hpp" 2 3 #include "attribute_template.hpp" … … 1865 1866 excludedAttr.insert(excludedAttr.end(), { "bounds_lonvalue_curvilinear_read_from_file", "bounds_latvalue_curvilinear_read_from_file", "lonvalue_unstructured_read_from_file", "latvalue_unstructured_read_from_file" }); 1866 1867 excludedAttr.insert(excludedAttr.end(), { "bounds_lonvalue_unstructured_read_from_file", "bounds_latvalue_unstructured_read_from_file" }); 1868 excludedAttr.insert(excludedAttr.end(), { "long_name" }); 1867 1869 1868 1870 size_t globalHash = this->computeGlobalAttributesHash( excludedAttr );
Note: See TracChangeset
for help on using the changeset viewer.