Changeset 1622 for XIOS/trunk/src/interface/c/icreduce_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/icreduce_to_scalar.cpp
r1542 r1622 27 27 // ------------------------ Création des handle ----------------------------- 28 28 void cxios_reduce_axis_to_scalar_handle_create(XReduceAxisToScalarPtr * _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_reduce_axis_to_scalar_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 void cxios_reduce_domain_to_scalar_handle_create(XReduceDomainToScalarPtr * _ret, const char * _id, int _id_len) 53 TRY 49 54 { 50 55 std::string id; … … 54 59 CTimer::get("XIOS").suspend() ; 55 60 } 61 CATCH_DUMP_STACK 56 62 57 63 // -------------------- Vérification des identifiants ----------------------- 58 64 void cxios_reduce_domain_to_scalar_valid_id(bool * _ret, const char * _id, int _id_len) 65 TRY 59 66 { 60 67 std::string id; … … 65 72 CTimer::get("XIOS").suspend() ; 66 73 } 74 CATCH_DUMP_STACK 67 75 68 76 } // extern "C"
Note: See TracChangeset
for help on using the changeset viewer.