/* $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetSlab/src/Attic/carpetslab.h,v 1.2 2001/03/10 20:55:09 eschnett Exp $ */ #ifndef CARPETSLAB_H #define CARPETSLAB_H #ifdef __cplusplus namespace CarpetSlab { extern "C" { #endif int Hyperslab_GetHyperslab (cGH* const GH, const int target_proc, const int vindex, const int vtimelvl, const int hdim, const int global_startpoint [/*vdim*/], const int directions [/*vdim*/], const int lengths [/*hdim*/], const int downsample [/*hdim*/], void** const hdata, int hsize [/*hdim*/]); #ifdef __cplusplus } /* extern "C" */ } /* namespace CarpetSlab */ #endif #endif /* !defined(CARPETSLAB_H) */