Changeset 389


Ignore:
Timestamp:
11/01/12 11:40:43 (11 years ago)
Author:
ymipsl
Message:

Eliminate space on variable.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/variable.cpp

    r388 r389  
    4242               << " ] variable is not defined !"); 
    4343      } 
     44      content = boost::to_lower_copy(boost::trim_copy(content)) ; 
    4445   } 
    4546 
     
    102103           subdata   = content.substr ( begindata, enddata-begindata); 
    103104           subdata   = boost::to_lower_copy(boost::trim_copy(subdata)) ; 
    104  
    105105           group_ptr->createChild(subid)->content = subdata ; 
    106106        } 
Note: See TracChangeset for help on using the changeset viewer.