summaryrefslogtreecommitdiffstats
path: root/cuda/2d/algo.h
diff options
context:
space:
mode:
Diffstat (limited to 'cuda/2d/algo.h')
-rw-r--r--cuda/2d/algo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cuda/2d/algo.h b/cuda/2d/algo.h
index a75905e..99959c8 100644
--- a/cuda/2d/algo.h
+++ b/cuda/2d/algo.h
@@ -118,7 +118,8 @@ protected:
float* D_projData, unsigned int projPitch,
float outputScale);
bool callBP(float* D_volumeData, unsigned int volumePitch,
- float* D_projData, unsigned int projPitch);
+ float* D_projData, unsigned int projPitch,
+ float outputScale);
SDimensions dims;