FieldData structs implemented

This commit is contained in:
Robin 2024-12-20 18:46:35 +01:00
parent 0db764c52f
commit 4b06f289b8
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ __device__ float getVal(
const size_t &latInd, const size_t &latInd,
const size_t &levInd const size_t &levInd
) { ) {
// TODO: Actaully implement function
return d.valArrays[0][timeInd]; return d.valArrays[0][timeInd];
} }