Changeset 973


Ignore:
Timestamp:
10/17/16 16:47:08 (8 years ago)
Author:
ymipsl
Message:

Removed unused attribute nav_model for X or Y axis.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/io/nc4_data_output.cpp

    r952 r973  
    23372337          SuperClassWriter::addAttribute("long_name"    , long_name    , &axis_name); 
    23382338          SuperClassWriter::addAttribute("units"        , units        , &axis_name); 
    2339           SuperClassWriter::addAttribute("nav_model"    , nav_model    , &axis_name); 
     2339//          SuperClassWriter::addAttribute("nav_model"    , nav_model    , &axis_name); 
    23402340         } 
    23412341         catch (CNetCdfException& e) 
Note: See TracChangeset for help on using the changeset viewer.