PISM, A Parallel Ice Sheet Model  stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800

◆ PISM_C_CHK

#define PISM_C_CHK (   errcode,
  success,
  name 
)    do { pism::check_c_call(errcode, success, name, __FILE__, __LINE__); } while (0)

Definition at line 89 of file error_handling.hh.