Changeset 1868 for XIOS


Ignore:
Timestamp:
04/09/20 10:51:05 (4 years ago)
Author:
ymipsl
Message:

Missing initialisation for visualisation workflow functionnalities. Crash is occur when using attached mode.
This fix must be checked imperatively by Yushan when she's coming back.
Thanks to A. Durocher for help on this.
YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/filter/output_pin.hpp

    r1704 r1868  
    1818  { 
    1919    public: 
    20       int tag; 
    21       Time start_graph; 
    22       Time end_graph; 
    23       CField *field; 
    24       int distance; 
     20      int tag = 0; 
     21      Time start_graph = 0; 
     22      Time end_graph = 0; 
     23      CField *field = nullptr; 
     24      int distance = 0; 
    2525 
    2626 
Note: See TracChangeset for help on using the changeset viewer.