Ignore:
Timestamp:
03/22/18 10:43:20 (6 years ago)
Author:
yushan
Message:

branch_openmp merged with XIOS_DEV_CMIP6@1459

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_openmp/src/interface/c/icdata.cpp

    r1369 r1460  
    11/* ************************************************************************** * 
    2  *      Copyright IPSL/LSCE, xios, Avril 2010 - Octobre 2011         * 
     2 *      Copyright © IPSL/LSCE, xios, Avril 2010 - Octobre 2011         * 
    33 * ************************************************************************** */ 
    44 
     
    2525 
    2626#include "timer.hpp" 
     27#include "array_new.hpp" 
     28 
    2729 
    2830extern "C" 
    2931{ 
    30 // /////////////////////////////// Dfinitions ////////////////////////////// // 
    31  
    32    // ----------------------- Redfinition de types ---------------------------- 
     32// /////////////////////////////// Définitions ////////////////////////////// // 
     33 
     34   // ----------------------- Redéfinition de types ---------------------------- 
    3335 
    3436   typedef enum { NETCDF4 = 0 } XFileType; 
     
    3638   typedef xios::CContext* XContextPtr; 
    3739 
    38    // -------------------- Traitement des donnes ------------------------------ 
     40   // -------------------- Traitement des données ------------------------------ 
    3941 
    4042   // This function is not exported to the public Fortran interface, 
     
    5557      ep_lib::MPI_Comm local_comm; 
    5658      ep_lib::MPI_Comm return_comm; 
    57        
    5859 
    5960      if (!cstr2string(client_id, len_client_id, str)) return; 
     
    379380 
    380381 
    381    // ---------------------- Ecriture des donnes ------------------------------ 
     382   // ---------------------- Ecriture des données ------------------------------ 
    382383 
    383384   void cxios_write_data_k80(const char* fieldid, int fieldid_size, double* data_k8, int data_Xsize) 
     
    712713    } 
    713714 
    714    // ---------------------- Lecture des donnes ------------------------------ 
     715   // ---------------------- Lecture des données ------------------------------ 
    715716 
    716717   void cxios_read_data_k80(const char* fieldid, int fieldid_size, double* data_k8, int data_Xsize) 
Note: See TracChangeset for help on using the changeset viewer.