aboutsummaryrefslogtreecommitdiff
path: root/src/stencil.h
blob: 7937e1ebea8e3e9aea6dc8a25cd9cd1450d96252 (plain)
1
2
3
4
5
6
7
8
#ifndef STENCIL_H
#define STENCIL_H

#include "cctk.h"

void SBP_determine_onesided_stencil (const cGH * cctkGH, int * onesided);

#endif /* #ifndef STENCIL_H */