Ignore:
Timestamp:
01/11/17 16:50:27 (7 years ago)
Author:
oabramkina
Message:

Minor modifications in the merged version of dev.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_olga/src/node/field.cpp

    r1025 r1027  
    991991     { 
    992992        if (!instantDataFilter) 
    993           instantDataFilter = clientSourceFilter = boost::shared_ptr<CSourceFilter>(new CSourceFilter(grid)); 
     993          instantDataFilter = clientSourceFilter = boost::shared_ptr<CSourceFilter>(new CSourceFilter(gc, grid)); 
    994994 
    995995             // If the field data is to be read by the client or/and written to a file 
     
    10061006     { 
    10071007       if (!instantDataFilter) 
    1008           instantDataFilter = clientSourceFilter = boost::shared_ptr<CSourceFilter>(new CSourceFilter(grid)); 
     1008         instantDataFilter = clientSourceFilter = boost::shared_ptr<CSourceFilter>(new CSourceFilter(gc, grid)); 
    10091009 
    10101010             // If the field data is to be read by the client or/and written to a file 
Note: See TracChangeset for help on using the changeset viewer.