# Interface definition for thorn TestFunctions2 # $Header$ implements: testfunctions2 void FUNCTION NotProvided CCTK_REAL value USES FUNCTION NotProvided void FUNCTION PrintMe CCTK_REAL value USES FUNCTION PrintMe void FUNCTION PrintString CCTK_INT number, CCTK_STRING string USES FUNCTION PrintString void FUNCTION Print2String CCTK_INT number, CCTK_STRING str1, CCTK_STRING str2 USES FUNCTION Print2String void FUNCTION Print3String CCTK_INT number, CCTK_STRING str1, CCTK_STRING str2, CCTK_STRING str3 USES FUNCTION Print3String CCTK_REAL FUNCTION SumMe CCTK_REAL value1, CCTK_REAL value2 USES FUNCTION SumMe CCTK_REAL FUNCTION AddVector CCTK_INT number, CCTK_REAL:ARRAY vector USES FUNCTION AddVector CCTK_REAL FUNCTION ReturnCCTKTime CCTK_POINTER GH USES FUNCTION ReturnCCTKTime CCTK_REAL FUNCTION CFunction CCTK_POINTER func, CCTK_REAL num1, CCTK_REAL num2 USES FUNCTION CFunction CCTK_REAL FUNCTION FFunction CCTK_FPOINTER func, CCTK_REAL num1, CCTK_REAL num2 USES FUNCTION FFunction