Ignore:
Timestamp:
06/28/22 11:44:19 (2 years ago)
Author:
jderouillat
Message:

Added extract_domain interface. Updated all interfaces, normalize some private attributes names of domain

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/node/domain.cpp

    r2312 r2338  
    500500       lon_end.setValue(lonvalue_rectilinear_read_from_file(ni_glo-1)); 
    501501     } 
    502      else if (hasLonInReadFile.isEmpty() || !hasLonInReadFile) 
     502     else if (has_lon_in_read_file.isEmpty() || !has_lon_in_read_file) 
    503503     { 
    504504       if (!lonvalue_2d.isEmpty()) lonvalue_2d.free(); 
     
    534534       lat_end.setValue(latvalue_rectilinear_read_from_file(nj_glo-1)); 
    535535     } 
    536      else if (hasLatInReadFile.isEmpty() || !hasLatInReadFile) 
     536     else if (has_lat_in_read_file.isEmpty() || !has_lat_in_read_file) 
    537537     { 
    538538       if (!latvalue_2d.isEmpty()) latvalue_1d.free(); 
Note: See TracChangeset for help on using the changeset viewer.