Changeset 1989 for XIOS/dev


Ignore:
Timestamp:
12/14/20 12:38:37 (3 years ago)
Author:
oabramkina
Message:

Bugfix: adding a check on file pointer

File:
1 edited

Legend:

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

    r1920 r1989  
    20532053     { 
    20542054       //if(file->output_freq.getValue() < freq_op.getValue()) 
    2055        if(freq_op.getValue() > file->output_freq.getValue() ) 
     2055       if(file!=nulptr && freq_op.getValue() > file->output_freq.getValue() ) 
    20562056       { 
    20572057         ERROR("void CField::checkTimeAttributes(void)", 
Note: See TracChangeset for help on using the changeset viewer.