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]; }