Changeset 251 for XMLIO_V2/dev/common


Ignore:
Timestamp:
07/07/11 11:07:12 (13 years ago)
Author:
hozdoba
Message:

Correction entête netcdf

Location:
XMLIO_V2/dev/common/src/xmlio/output
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/common/src/xmlio/output/onetcdf4.cpp

    r219 r251  
    4949            { 
    5050               CheckError(nc_create_par 
    51                   (filename.c_str(), NC_NETCDF4|NC_MPIPOSIX, *comm, MPI_INFO_NULL, &this->ncidp)); 
     51                  (filename.c_str(), NC_NETCDF4|NC_MPIIO, *comm, MPI_INFO_NULL, &this->ncidp)); 
    5252            } 
    5353            else CheckError(nc_create(filename.c_str(), NC_NETCDF4, &this->ncidp)); 
  • XMLIO_V2/dev/common/src/xmlio/output/onetcdf4.hpp

    r219 r251  
    1212#define MPI_INCLUDED 
    1313#include <netcdf.h> 
     14extern "C" { 
     15#include <netcdf_par.h> 
     16} 
     17 
    1418 
    1519#ifndef UNLIMITED_DIM 
Note: See TracChangeset for help on using the changeset viewer.