From 4b06f289b8cc1b5f67dc141bb8ab87a18c0733fa Mon Sep 17 00:00:00 2001 From: Robin Date: Fri, 20 Dec 2024 18:46:35 +0100 Subject: [PATCH] FieldData structs implemented --- src/main.cu | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cu b/src/main.cu index 9117e63..fcb1cf3 100644 --- a/src/main.cu +++ b/src/main.cu @@ -13,6 +13,7 @@ __device__ float getVal( const size_t &latInd, const size_t &levInd ) { + // TODO: Actaully implement function return d.valArrays[0][timeInd]; }