aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@c78560ca-4b45-4335-b268-5f3340f3cb52>2002-08-20 08:43:43 +0000
committerallen <allen@c78560ca-4b45-4335-b268-5f3340f3cb52>2002-08-20 08:43:43 +0000
commit5a3969515a22189d5a1a8488043e3338c6444fdf (patch)
treefe0447c05bd3bd982e2d8bb8c46c68f526d2d014
parent65d32ed9c18ed245c9f72bf499c68e3cb536d977 (diff)
remove prototypes for GetCartSymGI and GetCartSymGN
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@171 c78560ca-4b45-4335-b268-5f3340f3cb52
-rw-r--r--src/Symmetry.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Symmetry.h b/src/Symmetry.h
index 4d23baf..ca21967 100644
--- a/src/Symmetry.h
+++ b/src/Symmetry.h
@@ -47,9 +47,7 @@ extern "C"
#endif
int GetCartSymVI(const cGH *GH, int *sym, int vi);
-int GetCartSymGI(const cGH *GH, int *sym, int vi);
int GetCartSymVN(const cGH *GH, int *sym, const char *vn);
-int GetCartSymGN(const cGH *GH, int *sym, const char *vn);
int SetCartSymVI(cGH *GH, int *sym, int vi);
int SetCartSymGI(cGH *GH, int *sym, int vi);