FieldData structs implemented
This commit is contained in:
parent
0db764c52f
commit
4b06f289b8
|
|
@ -13,6 +13,7 @@ __device__ float getVal(
|
|||
const size_t &latInd,
|
||||
const size_t &levInd
|
||||
) {
|
||||
// TODO: Actaully implement function
|
||||
return d.valArrays[0][timeInd];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue