aboutsummaryrefslogtreecommitdiff
path: root/src/Cartoon2D.h
blob: 930c64783f473c509c597564c27c1355d5523441 (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 vi);

#ifdef __cplusplus 
}
#endif