Ignore:
Timestamp:
03/26/18 17:15:45 (6 years ago)
Author:
yushan
Message:

test_remap modified to follow trunk. memory free issue in mapper.cpp solved by changing tags. Yet need to know why.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_openmp/src/io/inetcdf4.cpp

    r1462 r1463  
    494494  } 
    495495 
    496  
     496/* 
    497497  bool CINetCDF4::isRectilinear(const StdString& name, const CVarPath* const path) 
    498498  { 
     
    513513    return true; 
    514514  } 
    515  
    516 /* 
    517   bool CINetCDF4::isRectilinear_1459(const StdString& name, const CVarPath* const path) 
     515*/ 
     516 
     517  bool CINetCDF4::isRectilinear(const StdString& name, const CVarPath* const path) 
    518518  { 
    519519    std::list<StdString> varCoords = this->getCoordinatesIdList(name, path); 
     
    557557    return (varDims1D.size() == 2); 
    558558  } 
    559 */ 
     559 
    560560 
    561561  bool CINetCDF4::isCurvilinear(const StdString& name, const CVarPath* const path) 
Note: See TracChangeset for help on using the changeset viewer.