From 44e911b5b769ec004d0a7e6502ff8795c7f9fda7 Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Wed, 12 Feb 2025 17:37:55 +0000 Subject: [PATCH] Comment change --- Grid/allocator/AlignedAllocator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Grid/allocator/AlignedAllocator.h b/Grid/allocator/AlignedAllocator.h index ec880c91..a32d69db 100644 --- a/Grid/allocator/AlignedAllocator.h +++ b/Grid/allocator/AlignedAllocator.h @@ -175,7 +175,7 @@ template inline bool operator!=(const devAllocator<_Tp>&, const d // Template typedefs //////////////////////////////////////////////////////////////////////////////// template using hostVector = std::vector >; // Needs autoview -template using Vector = std::vector >; // +template using Vector = std::vector >; // Really want to deprecate template using uvmVector = std::vector >; // auto migrating page template using deviceVector = std::vector >; // device vector