Ignore:
Timestamp:
06/10/11 11:04:55 (13 years ago)
Author:
hozdoba
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/dev_rv/src/xmlio/data_treatment.hpp

    r157 r208  
    6666                               ? file->name.getValue() : file->getId(); 
    6767            StdOStringStream oss; 
    68             oss << "data/" << filename << "_node" << comm::CMPIManager::GetCommRank() << ".nc"; 
     68            oss << "wk/data/" << filename << "_node" << comm::CMPIManager::GetCommRank() << ".nc"; 
    6969            boost::shared_ptr<io::CDataOutput> dout(new T(oss.str(), false)); 
    7070            file->initializeDataOutput(dout); 
Note: See TracChangeset for help on using the changeset viewer.