aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/mem.hh
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetLib/src/mem.hh')
-rw-r--r--Carpet/CarpetLib/src/mem.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/CarpetLib/src/mem.hh b/Carpet/CarpetLib/src/mem.hh
index 5649bc250..7ccbd6d72 100644
--- a/Carpet/CarpetLib/src/mem.hh
+++ b/Carpet/CarpetLib/src/mem.hh
@@ -25,7 +25,7 @@ public:
T * storage (size_t vectorindex) const
{
assert (vectorindex < vectorlength_);
- assert (clients_.at(vectorindex));
+ assert (clients_.AT(vectorindex));
return & storage_ [vectorindex * nelems_];
}