Ignore:
Timestamp:
09/06/12 17:14:31 (12 years ago)
Author:
ymipsl
Message:

some sources modification for compiling under CRAY compiler

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/output/onetcdf4.cpp

    r352 r354  
    360360                                    const std::vector<StdSize> & scount, double * data) 
    361361      { 
     362         cout<<"writeData_"<<endl ; 
     363         for(int i=0;i<sstart.size();i++) cout<<sstart[i]<<"   " ; 
     364         cout<<endl ; 
     365         for(int i=0;i<scount.size();i++) cout<<scount[i]<<"   " ; 
     366         cout<<endl ; 
     367          
    362368         CheckError(nc_put_vara_double(grpid, varid, &(sstart[0]), &(scount[0]), data)); 
    363369//         sync() ; 
Note: See TracChangeset for help on using the changeset viewer.