aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/data.cc
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2012-01-13 18:59:03 -0500
committerBarry Wardell <barry.wardell@gmail.com>2012-09-11 18:15:42 +0100
commitee80cb585122ad0a8e6fb529dc3744d0a42511b9 (patch)
tree542615569d07c07bccc3b7f6fed7226948ce764b /Carpet/CarpetLib/src/data.cc
parent0841f1ca08ffe80a6da7c5cacb4d5df23c8a5f11 (diff)
CarpetLib: Correct argument name
Diffstat (limited to 'Carpet/CarpetLib/src/data.cc')
-rw-r--r--Carpet/CarpetLib/src/data.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/CarpetLib/src/data.cc b/Carpet/CarpetLib/src/data.cc
index fdb3cd8ce..6b28c2e5d 100644
--- a/Carpet/CarpetLib/src/data.cc
+++ b/Carpet/CarpetLib/src/data.cc
@@ -58,7 +58,7 @@ call_operator (void
#ifndef _OPENMP
(* the_operator)
(src, srcext, dst, dstext, srcbbox, dstbbox,
- srcregbbox, dstregbbox, slabinfo);
+ srcregbbox, dstregbbox, extraargs);
#else
# ifdef CARPET_DEBUG
ibset alldstregbboxes;