aboutsummaryrefslogtreecommitdiff
path: root/src/Cartoon2D.h
blob: 476e985c04634effcb2eb9ff6683ae1cfb543076 (plain)
1
2
3
4
5
6
7
8
9
10
/* Function prototypes */
#ifdef __cplusplus 
extern "C" {
#endif

int BndCartoon2DVI(const cGH *GH, int tensortype, int prolongtype, int vi);

#ifdef __cplusplus 
}
#endif