Ignore:
Timestamp:
02/14/12 15:36:14 (12 years ago)
Author:
ymipsl
Message:

suppress old fortran interface

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/fortran/icdomain.cpp

    r300 r312  
    172172   } 
    173173    
    174    void cxios_set_domain_zoom_ni_loc(XDomainPtr domain_hdl, int zoom_ni_loc) 
    175    { 
    176       domain_hdl->zoom_ni_loc.setValue(zoom_ni_loc); 
    177       domain_hdl->sendAttributToServer(domain_hdl->zoom_ni_loc) ;  
    178    } 
    179     
    180    void cxios_set_domain_zoom_nj_loc(XDomainPtr domain_hdl, int zoom_nj_loc) 
    181    { 
    182       domain_hdl->zoom_nj_loc.setValue(zoom_nj_loc); 
    183       domain_hdl->sendAttributToServer(domain_hdl->zoom_nj_loc) ;  
    184    } 
    185     
    186    void cxios_set_domain_zoom_ibegin_loc(XDomainPtr domain_hdl, int zoom_ibegin_loc) 
    187    { 
    188       domain_hdl->zoom_ibegin_loc.setValue(zoom_ibegin_loc); 
    189       domain_hdl->sendAttributToServer(domain_hdl->zoom_ibegin_loc) ;  
    190    } 
    191     
    192    void cxios_set_domain_zoom_jbegin_loc(XDomainPtr domain_hdl, int zoom_jbegin_loc) 
    193    { 
    194       domain_hdl->zoom_jbegin_loc.setValue(zoom_jbegin_loc); 
    195       domain_hdl->sendAttributToServer(domain_hdl->zoom_jbegin_loc) ;  
    196    } 
    197     
    198174   void cxios_set_domain_data_n_index(XDomainPtr domain_hdl, int data_n_index) 
    199175   { 
     
    389365   } 
    390366    
    391    void cxios_set_domaingroup_zoom_ni_loc(XDomainGroupPtr domaingroup_hdl, int zoom_ni_loc) 
    392    { 
    393       domaingroup_hdl->zoom_ni_loc.setValue(zoom_ni_loc); 
    394       domaingroup_hdl->sendAttributToServer(domaingroup_hdl->zoom_ni_loc) ; 
    395    } 
    396     
    397    void cxios_set_domaingroup_zoom_nj_loc(XDomainGroupPtr domaingroup_hdl, int zoom_nj_loc) 
    398    { 
    399       domaingroup_hdl->zoom_nj_loc.setValue(zoom_nj_loc); 
    400       domaingroup_hdl->sendAttributToServer(domaingroup_hdl->zoom_nj_loc) ; 
    401    } 
    402     
    403    void cxios_set_domaingroup_zoom_ibegin_loc(XDomainGroupPtr domaingroup_hdl, int zoom_ibegin_loc) 
    404    { 
    405       domaingroup_hdl->zoom_ibegin_loc.setValue(zoom_ibegin_loc); 
    406       domaingroup_hdl->sendAttributToServer(domaingroup_hdl->zoom_ibegin_loc) ; 
    407    } 
    408     
    409    void cxios_set_domaingroup_zoom_jbegin_loc(XDomainGroupPtr domaingroup_hdl, int zoom_jbegin_loc) 
    410    { 
    411       domaingroup_hdl->zoom_jbegin_loc.setValue(zoom_jbegin_loc); 
    412       domaingroup_hdl->sendAttributToServer(domaingroup_hdl->zoom_jbegin_loc) ; 
    413    } 
    414     
    415367   void cxios_set_domaingroup_data_n_index(XDomainGroupPtr domaingroup_hdl, int data_n_index) 
    416368   { 
Note: See TracChangeset for help on using the changeset viewer.