Ignore:
Timestamp:
05/27/15 11:03:22 (9 years ago)
Author:
rlacroix
Message:

Grid: Remove scalar_grid attribute.

It always was for internal use only. This avoids having to remove part of the automatically generated Fortran interface.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/grid.hpp

    r599 r600  
    3636   BEGIN_DECLARE_ATTRIBUTE_MAP(CGrid) 
    3737#  include "grid_attribute.conf" 
    38      DECLARE_ATTRIBUTE(bool, scalar_grid) 
    3938   END_DECLARE_ATTRIBUTE_MAP(CGrid) 
    4039 
     
    168167         std::vector<int> getAxisOrder(); 
    169168         std::vector<int> getGlobalDimension(); 
     169         bool isScalarGrid() const; 
    170170 
    171171         bool doGridHaveDataToWrite(); 
Note: See TracChangeset for help on using the changeset viewer.