mirror of
https://github.com/MartinOpat/cuda-based-raytrace.git
synced 2025-06-07 02:13:10 +02:00
FieldData structs implemented
This commit is contained in:
@@ -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];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user