Changeset 1427 for XIOS/dev


Ignore:
Timestamp:
02/14/18 10:08:41 (6 years ago)
Author:
oabramkina
Message:

Bugfix: correcting erroneous memory deallocations of r1419.

File:
1 edited

Legend:

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

    r1419 r1427  
    616616 
    617617        // We dont need these values anymore, so just delete them 
    618         lonvalue_unstructured_read_from_file.free(); 
     618        bounds_lonvalue_unstructured_read_from_file.free(); 
    619619     } 
    620620 
     
    628628 
    629629        // We dont need these values anymore, so just delete them 
    630         lonvalue_unstructured_read_from_file.free(); 
     630        bounds_latvalue_unstructured_read_from_file.free(); 
    631631     } 
    632632   } 
Note: See TracChangeset for help on using the changeset viewer.