aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/GetHyperslab.c2
1 files changed, 1 insertions, 1 deletions
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