From 24f0a1aeb20fceabd8935cd4b16e4bfa6ff195f0 Mon Sep 17 00:00:00 2001 From: knarf Date: Wed, 18 Nov 2009 16:36:37 +0000 Subject: This is a _temporary_ repository to be able to start to work on the code right now. I have put in the public version of Whisky to start from. Everybody with commit rights should get commit messages (and the other way around). It should not be a problem to add people to that list, just ask. I don't want to get into political problems because someone feels excluded, but I also don't want to give everyone access per se. Frank git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@3 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1 --- interface.ccl | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 interface.ccl (limited to 'interface.ccl') diff --git a/interface.ccl b/interface.ccl new file mode 100644 index 0000000..f1387c3 --- /dev/null +++ b/interface.ccl @@ -0,0 +1,12 @@ +# Interface definition for thorn TOVSolverC + +implements: WhiskyTOVSolver +inherits: Whisky, Constants + +public: + +void FUNCTION SpatialDet(CCTK_REAL IN gxx, CCTK_REAL IN gxy, \ + CCTK_REAL IN gxz, CCTK_REAL IN gyy, \ + CCTK_REAL IN gyz, CCTK_REAL IN gzz, \ + CCTK_REAL OUT det) +USES FUNCTION SpatialDet -- cgit v1.2.3