aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorlanfer <lanfer@10716dce-81a3-4424-a2c8-48026a0d3035>2000-05-02 16:28:09 +0000
committerlanfer <lanfer@10716dce-81a3-4424-a2c8-48026a0d3035>2000-05-02 16:28:09 +0000
commit88a85cbb91686cc7495dd0d026e8e061df740e04 (patch)
tree1ba537a534ea0ed5558abfecadfc9056bd1759ba /src
parent7f8acdff08fb9d088cf6ebc26d526d12bddfb513 (diff)
stuff
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHSlab/trunk@5 10716dce-81a3-4424-a2c8-48026a0d3035
Diffstat (limited to 'src')
-rw-r--r--src/CollectData1D.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CollectData1D.c b/src/CollectData1D.c
index bc23bdc..fa521b6 100644
--- a/src/CollectData1D.c
+++ b/src/CollectData1D.c
@@ -122,6 +122,8 @@ int CollectLocalData1D(cGH *GH, int vindex, int vtype, int vtypesize, int vtimel
printf("CollectLocal1D: %d npoints\n",nlocpoints);
*loc_dptr= malloc(nlocpoints * vtypesize);
+
+ dsize[0] = nlocpoints;
l=0;