Ignore:
Timestamp:
03/30/12 16:43:19 (12 years ago)
Author:
ymipsl
Message:

suppress ym related element

YM

File:
1 edited

Legend:

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

    r335 r342  
    1818#include "icutil.hpp" 
    1919#include "cxios.hpp" 
    20 #include "client_ym.hpp" 
     20#include "client.hpp" 
    2121#include "field.hpp" 
    2222#include "field_impl.hpp" 
     
    6262     if (!cstr2string(context_id, len_context_id, str)) return; 
    6363     comm=MPI_Comm_f2c(*f_comm) ; 
    64      ym::CClient::registerContext(str,comm) ; 
     64     CClient::registerContext(str,comm) ; 
    6565   } 
    6666  
Note: See TracChangeset for help on using the changeset viewer.