Changeset 119 for trunk/include/fortran


Ignore:
Timestamp:
Oct 27, 2005 4:48:56 PM (17 years ago)
Author:
dkearney
Message:
  1. added doxygen headers to some fortran RpLibrary? bindings
  2. cleaned up app-fermi/fortran example
  3. removed rp_add_presets(...) function from api
  4. minor logic changes to RpUnits.cc.
Location:
trunk/include/fortran
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/fortran/RpLibraryFInterface.h

    r115 r119  
    4646                            int path_len );
    4747
    48 /*
    49  * rp_lib_child_num still needs to be written
    50  * keep function declaration around
    51 int rp_lib_child_num (      int* handle,
    52                             char* path,
    53                             int* childHandle,
    54                             int path_len);
    55 */
    56 
    5748int rp_lib_children (       int* handle, /* integer handle of library */
    5849                            char* path, /* search path of the xml */
     
    6051                            int path_len  /*length of the search path buffer*/
    6152                    );
    62 
    6353
    6454void rp_lib_get (           int* handle,
     
    146136void rp_result(             int* handle );
    147137
    148 void rp_quit();
    149 
    150 
    151138/**********************************************************/
    152139
  • trunk/include/fortran/RpLibraryFStubs.h

    r115 r119  
    126126void rp_result_(            int* handle );
    127127
    128 void rp_quit_();
    129128
    130129/**********************************************************/
     
    236235void rp_result__(           int* handle );
    237236
    238 void rp_quit__();
    239237
    240238/**********************************************************/
     
    347345void RP_RESULT(             int* handle );
    348346
    349 void RP_QUIT();
    350347
    351348/**********************************************************/
  • trunk/include/fortran/RpUnitsFInterface.h

    r115 r119  
    4949                            int retText_len     );
    5050
    51 int rp_units_add_presets ( char* presetName, int presetName_len);
    52 
    5351#ifdef __cplusplus
    5452}
  • trunk/include/fortran/RpUnitsFStubs.h

    r115 r119  
    8282                            int retText_len     );
    8383
    84 int rp_units_add_presets_  (char* presetName, int presetName_len);
    85 int rp_units_add_presets__ (char* presetName, int presetName_len);
    86 int RP_UNITS_ADD_PRESETS   (char* presetName, int presetName_len);
    87 
    8884#ifdef __cplusplus
    8985}
Note: See TracChangeset for help on using the changeset viewer.