Ignore:
Timestamp:
02/13/12 19:35:25 (12 years ago)
Author:
ymipsl
Message:

nouvelle version de developpement de xios

  • nouvelle interface fortran
  • recodage complet de la couche de communication
  • et bien d'autres choses...

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/common/src/fortran/iccontext.cpp

    r286 r300  
    3333      std::string calendar_type_str;  
    3434      if (!cstr2string(calendar_type, calendar_type_size, calendar_type_str)) return; 
    35  
    3635      context_hdl->calendar_type.setValue(calendar_type_str); 
     36      context_hdl->sendAttributToServer(context_hdl->calendar_type) ; 
    3737   } 
    3838    
     
    4343 
    4444      context_hdl->start_date.setValue(start_date_str); 
     45      context_hdl->sendAttributToServer(context_hdl->start_date) ;  
    4546   } 
    4647    
     
    5152 
    5253      context_hdl->output_dir.setValue(output_dir_str); 
     54      context_hdl->sendAttributToServer(context_hdl->output_dir) ;  
    5355   } 
    5456    
Note: See TracChangeset for help on using the changeset viewer.