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