From be7103e71837498846414f49343b20c2848539bb Mon Sep 17 00:00:00 2001 From: Michael Uleysky Date: Mon, 4 Mar 2024 12:36:31 +1000 Subject: [PATCH] Added #pragma once to the header --- sources/GRIDVEL.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/GRIDVEL.h b/sources/GRIDVEL.h index 8cddcd4..08aca9b 100644 --- a/sources/GRIDVEL.h +++ b/sources/GRIDVEL.h @@ -1,3 +1,4 @@ +#pragma once #include "DataAdapters/gridfile.h" #include "mdatetime.h" #include "simple2ddata.h"