From e3d9c5263400fc1f5ef45980c6314d5d6afb9b7f Mon Sep 17 00:00:00 2001 From: tradke Date: Fri, 7 Mar 2008 13:45:28 +0000 Subject: also announce config ID, build ID, source ID, and run ID as RDF git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@167 83718e91-0e4f-0410-abf4-91180603181f --- interface.ccl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'interface.ccl') diff --git a/interface.ccl b/interface.ccl index 01d7a1f..95004d4 100644 --- a/interface.ccl +++ b/interface.ccl @@ -17,6 +17,7 @@ FUNCTION UniqueConfigID (CCTK_POINTER_TO_CONST IN cctkGH) PROVIDES FUNCTION UniqueConfigID \ WITH Formaline_UniqueConfigID \ LANGUAGE C +USES FUNCTION UniqueConfigID @@ -28,6 +29,7 @@ FUNCTION UniqueSourceID (CCTK_POINTER_TO_CONST IN cctkGH) PROVIDES FUNCTION UniqueSourceID \ WITH Formaline_UniqueSourceID \ LANGUAGE C +USES FUNCTION UniqueSourceID @@ -39,6 +41,7 @@ FUNCTION UniqueBuildID (CCTK_POINTER_TO_CONST IN cctkGH) PROVIDES FUNCTION UniqueBuildID \ WITH Formaline_UniqueBuildID \ LANGUAGE C +USES FUNCTION UniqueBuildID @@ -50,6 +53,7 @@ FUNCTION UniqueSimulationID (CCTK_POINTER_TO_CONST IN cctkGH) PROVIDES FUNCTION UniqueSimulationID \ WITH Formaline_UniqueSimulationID \ LANGUAGE C +USES FUNCTION UniqueSimulationID @@ -61,6 +65,7 @@ FUNCTION UniqueRunID (CCTK_POINTER_TO_CONST IN cctkGH) PROVIDES FUNCTION UniqueRunID \ WITH Formaline_UniqueRunID \ LANGUAGE C +USES FUNCTION UniqueRunID -- cgit v1.2.3