aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
authorjthorn <jthorn@6a3ddf76-46e1-4315-99d9-bc56cac1ef84>2003-03-24 13:31:01 +0000
committerjthorn <jthorn@6a3ddf76-46e1-4315-99d9-bc56cac1ef84>2003-03-24 13:31:01 +0000
commitcb6d5b1e2cfd358471f5a3df47cc98b437eb49bb (patch)
treecc83cb0029ba14e0aee07a7255faf1f2dac8e6eb /src/make.code.defn
parentceff4da9c00df3cf482cbbcfb2d447e9ee3eb7d0 (diff)
Change from using memset() to using a new function
IDAnalyticBH_zero_CCTK_REAL_array() when setting a grid array to all zeros. This is necessary because memset() gives all bits 0, but we want floating point (CCTK_REAL) 0.0, which might be a different bit pattern. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDAnalyticBH/trunk@126 6a3ddf76-46e1-4315-99d9-bc56cac1ef84
Diffstat (limited to 'src/make.code.defn')
-rw-r--r--src/make.code.defn3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index 6cb6870..f3a60c2 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -8,7 +8,8 @@ SRCS = ParamChecker.c\
BrillLindquist.c\
Misner_standard.c\
Misner_multiple.c\
- Misner_points.c
+ Misner_points.c \
+ misc.c
# Subdirectories containing source files
SUBDIRS =