From 2a739238b18a577311cdb7961a22648b99f99198 Mon Sep 17 00:00:00 2001 From: tradke Date: Thu, 4 Sep 2003 16:20:59 +0000 Subject: PUGH* thorns don't inherit from implementation "Driver" anymore but require thorn PUGH to be compiled in and activated. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHSlab/trunk@112 10716dce-81a3-4424-a2c8-48026a0d3035 --- configuration.ccl | 4 ++++ interface.ccl | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 configuration.ccl diff --git a/configuration.ccl b/configuration.ccl new file mode 100644 index 0000000..490da00 --- /dev/null +++ b/configuration.ccl @@ -0,0 +1,4 @@ +# Configuration definitions for thorn PUGHSlab +# $Header$ + +Requires Thorns: PUGH diff --git a/interface.ccl b/interface.ccl index f13ff24..ab0014e 100644 --- a/interface.ccl +++ b/interface.ccl @@ -1,8 +1,8 @@ # Interface definition for thorn PUGHSlab # $Header$ -implements: Hyperslab -inherits: Driver +Implements: Hyperslab + CCTK_INT FUNCTION \ Hyperslab_Get (CCTK_POINTER IN cctkGH, \ -- cgit v1.2.3