aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorhawke <hawke@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2004-01-12 17:27:21 +0000
committerhawke <hawke@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2004-01-12 17:27:21 +0000
commit6ac7c345925b48175a4646d7dea37a977d64f085 (patch)
treea101273c931f9eb15df3e3b4c5c7e9671108ae65 /interface.ccl
parenta7e3da8be27600459d23d8400028d36189b4483f (diff)
Erik's changes to do general dissipation adding.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/MoL/trunk@45 578cdeb0-5ea1-4b81-8215-5a3b8777ee0b
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl2
1 files changed, 2 insertions, 0 deletions
diff --git a/interface.ccl b/interface.ccl
index c2bcd1c..58e5ea6 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -29,6 +29,7 @@ CCTK_INT FUNCTION MoLChangeToEvolved(CCTK_INT IN EvolvedIndex, \
CCTK_INT FUNCTION MoLChangeToConstrained(CCTK_INT IN ConstrainedIndex)
CCTK_INT FUNCTION MoLChangeToSaveAndRestore(CCTK_INT IN SandRIndex)
CCTK_INT FUNCTION MoLChangeToNone(CCTK_INT IN RemoveIndex)
+CCTK_INT FUNCTION MoLQueryEvolvedRHS(CCTK_INT IN EvolvedIndex)
PROVIDES FUNCTION MoLRegisterEvolved WITH MoL_RegisterEvolved LANGUAGE C
PROVIDES FUNCTION MoLRegisterConstrained WITH MoL_RegisterConstrained \
@@ -47,6 +48,7 @@ PROVIDES FUNCTION MoLChangeToConstrained WITH MoL_ChangeToConstrained \
PROVIDES FUNCTION MoLChangeToSaveAndRestore WITH MoL_ChangeToSaveAndRestore \
LANGUAGE C
PROVIDES FUNCTION MoLChangeToNone WITH MoL_ChangeToNone LANGUAGE C
+PROVIDES FUNCTION MoLQueryEvolvedRHS WITH MoL_QueryEvolvedRHS LANGUAGE C
################################################################
### Aliased registration and type changing functions for the ###