From dcd4b784650012e353187ed20ca6fb2e55dbad09 Mon Sep 17 00:00:00 2001 From: rhaas Date: Thu, 5 Jul 2012 05:38:48 +0000 Subject: Add options to use restriction mask to ignore unused points, output more information about the failed points git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/NaNChecker/trunk@103 ff385933-4943-42dc-877b-ffc776028de6 --- interface.ccl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'interface.ccl') diff --git a/interface.ccl b/interface.ccl index 01662e8..ecffccc 100644 --- a/interface.ccl +++ b/interface.ccl @@ -28,6 +28,12 @@ PROVIDES FUNCTION SetVarsToNaN \ WITH NaNChecker_SetVarsToNaN_Wrapper \ LANGUAGE C +CCTK_INT FUNCTION \ + GetRefinementLevel \ + (CCTK_POINTER_TO_CONST IN cctkGH) +USES FUNCTION GetRefinementLevel + + private: -- cgit v1.2.3