aboutsummaryrefslogtreecommitdiff
path: root/src/Symmetry.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Symmetry.h')
-rw-r--r--src/Symmetry.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/Symmetry.h b/src/Symmetry.h
index 502ae1a..e0b496a 100644
--- a/src/Symmetry.h
+++ b/src/Symmetry.h
@@ -13,8 +13,6 @@
* The information is used during evolution by Einstein_DoBound(GF),
Einstein_DoSym(GF)
@enddesc
- @history
- @endhistory
@version $Header$
@@*/
@@ -40,6 +38,11 @@ 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);
int SetCartSymVN(cGH *GH, int *sym, const char *vn);