From 441123ec817a96ef546e5cd2acdc42bcfd449f2d Mon Sep 17 00:00:00 2001 From: Emily Boudreaux Date: Sun, 11 May 2025 14:41:26 -0400 Subject: [PATCH] refactor(4DSTARTypes): header guards -> pragma once --- src/types/public/4DSTARTypes.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/types/public/4DSTARTypes.h b/src/types/public/4DSTARTypes.h index 687d0a1..838a46e 100644 --- a/src/types/public/4DSTARTypes.h +++ b/src/types/public/4DSTARTypes.h @@ -18,8 +18,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // // *********************************************************************** */ -#ifndef _4DSTAR_TYPES_H -#define _4DSTAR_TYPES_H +#pragma once #include #include "mfem.hpp" @@ -29,5 +28,3 @@ namespace SSE { typedef std::pair, mfem::Array> MFEMArrayPair; typedef std::pair MFEMArrayPairSet; } - -#endif // _4DSTAR_TYPES_H \ No newline at end of file