Changeset 1622 for XIOS/trunk/src/interface/c/icextract_to_scalar.cpp
- Timestamp:
- 12/11/18 13:22:07 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS/trunk/src/interface/c/icextract_to_scalar.cpp
r1542 r1622 26 26 // ------------------------ Création des handle ----------------------------- 27 27 void cxios_extract_axis_to_scalar_handle_create(XExtractAxisToScalarPtr * _ret, const char * _id, int _id_len) 28 TRY 28 29 { 29 30 std::string id; … … 33 34 CTimer::get("XIOS").suspend() ; 34 35 } 36 CATCH_DUMP_STACK 35 37 36 38 // -------------------- Vérification des identifiants ----------------------- 37 39 void cxios_extract_axis_to_scalar_valid_id(bool * _ret, const char * _id, int _id_len) 40 TRY 38 41 { 39 42 std::string id; … … 44 47 CTimer::get("XIOS").suspend() ; 45 48 } 49 CATCH_DUMP_STACK 46 50 47 51 } // extern "C"
Note: See TracChangeset
for help on using the changeset viewer.