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/field.cpp

    r599 r600  
    738738           domList = grid->getDomainList(); 
    739739           axisList = grid->getAxisList(); 
    740            if (domList.empty() && axisList.empty() && (!(this->grid->scalar_grid.getValue()))) 
     740           if (domList.empty() && axisList.empty()) 
    741741           { 
    742742             this->grid = CGrid::createGrid(vecDom, vecAxis); 
Note: See TracChangeset for help on using the changeset viewer.