Changeset 119 for trunk/include/fortran
- Timestamp:
- Oct 27, 2005 4:48:56 PM (17 years ago)
- Location:
- trunk/include/fortran
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/fortran/RpLibraryFInterface.h
r115 r119 46 46 int path_len ); 47 47 48 /*49 * rp_lib_child_num still needs to be written50 * keep function declaration around51 int rp_lib_child_num ( int* handle,52 char* path,53 int* childHandle,54 int path_len);55 */56 57 48 int rp_lib_children ( int* handle, /* integer handle of library */ 58 49 char* path, /* search path of the xml */ … … 60 51 int path_len /*length of the search path buffer*/ 61 52 ); 62 63 53 64 54 void rp_lib_get ( int* handle, … … 146 136 void rp_result( int* handle ); 147 137 148 void rp_quit();149 150 151 138 /**********************************************************/ 152 139 -
trunk/include/fortran/RpLibraryFStubs.h
r115 r119 126 126 void rp_result_( int* handle ); 127 127 128 void rp_quit_();129 128 130 129 /**********************************************************/ … … 236 235 void rp_result__( int* handle ); 237 236 238 void rp_quit__();239 237 240 238 /**********************************************************/ … … 347 345 void RP_RESULT( int* handle ); 348 346 349 void RP_QUIT();350 347 351 348 /**********************************************************/ -
trunk/include/fortran/RpUnitsFInterface.h
r115 r119 49 49 int retText_len ); 50 50 51 int rp_units_add_presets ( char* presetName, int presetName_len);52 53 51 #ifdef __cplusplus 54 52 } -
trunk/include/fortran/RpUnitsFStubs.h
r115 r119 82 82 int retText_len ); 83 83 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 88 84 #ifdef __cplusplus 89 85 }
Note: See TracChangeset
for help on using the changeset viewer.