aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetSlab/src/carpetslab.hh
blob: 48fa52c311598d47e3ed716593fa07f3be9d997b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetSlab/src/Attic/carpetslab.hh,v 1.3 2001/03/10 20:55:09 eschnett Exp $

#ifndef CARPETSLAB_HH
#define CARPETSLAB_HH

#include "carpetslab.h"

namespace CarpetSlab {
  
  void* GetSlab (cGH* const cgh,
		 const int dest_proc,
		 const int n,
		 const int tl,
		 const int hdim,
		 const int origin[/*vdim*/],
		 const int dirs[/*hdim*/],
		 const int stride[/*hdim*/],
		 const int length[/*hdim*/]);
  
} // namespace CarpetSlab

#endif // !defined(CARPETSLAB_HH)