Changeset 758


Ignore:
Timestamp:
10/23/15 16:41:35 (9 years ago)
Author:
rlacroix
Message:

Fix r756 for input fields using the this keyword.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/field.cpp

    r756 r758  
    682682       { 
    683683         if (!serverSourceFilter) 
    684            serverSourceFilter = boost::shared_ptr<CSourceFilter>(new CSourceFilter(grid)); 
     684           serverSourceFilter = boost::shared_ptr<CSourceFilter>(new CSourceFilter(grid, 
     685                                                                                   freq_offset.isEmpty() ? NoneDu : freq_offset)); 
    685686 
    686687         selfReferenceFilter = serverSourceFilter; 
Note: See TracChangeset for help on using the changeset viewer.