Changeset 483


Ignore:
Timestamp:
06/03/14 16:28:13 (10 years ago)
Author:
aclsce
Message:

Modified to be able to read in iodef.xml several component using XIOS servers to be coupled with OASIS-MCT.
The separator used is the comma.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/server.cpp

    r475 r483  
    104104          
    105105        vector<string> splitted ; 
    106         boost::split( splitted, codesId, boost::is_space(), boost::token_compress_on ) ; 
     106        boost::split( splitted, codesId, boost::is_any_of(","), boost::token_compress_on ) ; 
    107107        vector<string>::iterator it ; 
    108108 
Note: See TracChangeset for help on using the changeset viewer.