From 640d8fceb5257c65d07459ddc69cf165b0147ee5 Mon Sep 17 00:00:00 2001 From: tradke Date: Tue, 26 Mar 2002 14:22:44 +0000 Subject: Removed a C++ comment. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHSlab/trunk@78 10716dce-81a3-4424-a2c8-48026a0d3035 --- src/GetHyperslab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/GetHyperslab.c b/src/GetHyperslab.c index 479f2e9..29eb28e 100644 --- a/src/GetHyperslab.c +++ b/src/GetHyperslab.c @@ -279,7 +279,7 @@ CCTK_INT Hyperslab_GetList (const cGH *GH, The user wants it unchunked, so let's sort it... */ if (mapping->hdim > 1 && (proc < 0 || proc == myproc)) { -// SortIntoUnchunkedHyperslab (chunked_hdata, hdata[i]); +/* SortIntoUnchunkedHyperslab (chunked_hdata, hdata[i]); */ free (chunked_hdata); } #endif -- cgit v1.2.3