Ignore:
Timestamp:
03/30/12 16:10:26 (12 years ago)
Author:
ymipsl
Message:

remove "io" namespace

YM

File:
1 edited

Legend:

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

    r335 r337  
    4141   //---------------------------------------------------------------- 
    4242 
    43    boost::shared_ptr<io::CDataOutput> CFile::getDataOutput(void) const 
     43   boost::shared_ptr<CDataOutput> CFile::getDataOutput(void) const 
    4444   { 
    4545      return (data_out); 
     
    256256           } 
    257257         } 
    258          data_out=shared_ptr<io::CDataOutput>(new io::CNc4DataOutput(oss.str(), false,server->intraComm,multifile, isCollective)); 
     258         data_out=shared_ptr<CDataOutput>(new CNc4DataOutput(oss.str(), false,server->intraComm,multifile, isCollective)); 
    259259         isOpen=true ; 
    260260 
Note: See TracChangeset for help on using the changeset viewer.