summaryrefslogtreecommitdiffstats
path: root/include/astra/cuda/3d/util3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/astra/cuda/3d/util3d.h')
-rw-r--r--include/astra/cuda/3d/util3d.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/astra/cuda/3d/util3d.h b/include/astra/cuda/3d/util3d.h
index 5f805df..e902a85 100644
--- a/include/astra/cuda/3d/util3d.h
+++ b/include/astra/cuda/3d/util3d.h
@@ -38,6 +38,8 @@ along with the ASTRA Toolbox. If not, see <http://www.gnu.org/licenses/>.
namespace astraCUDA3d {
+using astraCUDA::checkCuda;
+
cudaPitchedPtr allocateVolumeData(const SDimensions3D& dims);
cudaPitchedPtr allocateProjectionData(const SDimensions3D& dims);
bool zeroVolumeData(cudaPitchedPtr& D_data, const SDimensions3D& dims);