From e59c5411599c4dd730e0a9a6a25b04f45bc92473 Mon Sep 17 00:00:00 2001 From: Pedro Maciel Date: Thu, 21 Nov 2024 13:13:19 +0000 Subject: [PATCH] eckit::linalg::SparseMatrix::Allocator #pragma once --- src/eckit/linalg/allocator/BufferAllocator.h | 2 ++ src/eckit/linalg/allocator/InPlaceAllocator.h | 2 ++ src/eckit/linalg/allocator/StandardAllocator.h | 2 ++ 3 files changed, 6 insertions(+) diff --git a/src/eckit/linalg/allocator/BufferAllocator.h b/src/eckit/linalg/allocator/BufferAllocator.h index e3b04e04a..77d946a2e 100644 --- a/src/eckit/linalg/allocator/BufferAllocator.h +++ b/src/eckit/linalg/allocator/BufferAllocator.h @@ -9,6 +9,8 @@ */ +#pragma once + #include "eckit/linalg/SparseMatrix.h" #include "eckit/memory/MemoryBuffer.h" diff --git a/src/eckit/linalg/allocator/InPlaceAllocator.h b/src/eckit/linalg/allocator/InPlaceAllocator.h index 355844f82..61f6cbe7f 100644 --- a/src/eckit/linalg/allocator/InPlaceAllocator.h +++ b/src/eckit/linalg/allocator/InPlaceAllocator.h @@ -9,6 +9,8 @@ */ +#pragma once + #include "eckit/linalg/SparseMatrix.h" diff --git a/src/eckit/linalg/allocator/StandardAllocator.h b/src/eckit/linalg/allocator/StandardAllocator.h index d69c2646e..44915479a 100644 --- a/src/eckit/linalg/allocator/StandardAllocator.h +++ b/src/eckit/linalg/allocator/StandardAllocator.h @@ -9,6 +9,8 @@ */ +#pragma once + #include "eckit/linalg/SparseMatrix.h" #include "eckit/memory/MemoryBuffer.h"