Ignore:
Timestamp:
04/26/11 09:38:40 (13 years ago)
Author:
hozdoba
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/dev_rv/src/xmlio/output/nc4_data_output.cpp

    r180 r183  
    7474         StdString maskid    = StdString("mask_").append(domid).append("_local"); 
    7575 
    76          boost::shared_ptr<CMask> mask = domain->getLocalMask(); 
     76         ARRAY(int, 2) mask = domain->getLocalMask(); 
    7777 
    7878         unsigned int ssize = domain->ni.getValue() * domain->nj.getValue(); 
Note: See TracChangeset for help on using the changeset viewer.