Ignore:
Timestamp:
Oct 27, 2005 4:48:56 PM (18 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.
File:
1 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
Note: See TracChangeset for help on using the changeset viewer.