Changeset 683


Ignore:
Timestamp:
09/10/15 14:38:15 (9 years ago)
Author:
rlacroix
Message:

Store filter: Fix a copy-paste error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/filter/store_filter.cpp

    r639 r683  
    1414      ERROR("CStoreFilter::CStoreFilter(CContext* context, CGrid* grid)", 
    1515            "Impossible to construct a store filter without providing a context."); 
    16     if (!context) 
     16    if (!grid) 
    1717      ERROR("CStoreFilter::CStoreFilter(CContext* context, CGrid* grid)", 
    1818            "Impossible to construct a store filter without providing a grid."); 
Note: See TracChangeset for help on using the changeset viewer.