aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
authortradke <tradke@10716dce-81a3-4424-a2c8-48026a0d3035>2000-11-23 21:54:58 +0000
committertradke <tradke@10716dce-81a3-4424-a2c8-48026a0d3035>2000-11-23 21:54:58 +0000
commitfda123018bb246a6c8641441bcbc1e4fc59c4af1 (patch)
tree3dcb64971c948090171bf1edd7ee6640a7b81b51 /src/make.code.defn
parente05d659b4d6dbbab4a201e37d5cb634c1322e5e7 (diff)
This is my development version of thorn PUGHSlab. It is not intended to be
officially used by other thorns yet. I'll incrementally add new features and change the API to pass in group parameters via structures. If all this is finished the old code will be replaced by the new files. This first version was derived from the original Hyperslab routines and extended by allowing type conversion. You can pass in a hyperslab datatype which is different to the source data as well as your own conversion routine. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHSlab/trunk@39 10716dce-81a3-4424-a2c8-48026a0d3035
Diffstat (limited to 'src/make.code.defn')
-rw-r--r--src/make.code.defn2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index 2597d24..2463bb7 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -2,4 +2,4 @@
# $Header$
# Source files in this directory
-SRCS = Hyperslab.c CollectData1D.c GetLocalLine.c
+SRCS = Hyperslab.c NewHyperslab.c DatatypeConversion.c CollectData1D.c GetLocalLine.c