You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
psblas3/cbind/util/psb_util_cbind.h

12 lines
257 B
C

#ifndef PSB_UTIL_CBIND_
#define PSB_UTIL_CBIND_
#include "psb_c_sutil.h"
#include "psb_c_dutil.h"
#include "psb_c_cutil.h"
#include "psb_c_zutil.h"
psb_i_t psb_c_idx2ijk(psb_i_t *i, psb_i_t *j, psb_i_t idx, psb_i_t nx, psb_i_t ny, psb_i_t base );
#endif