summaryrefslogtreecommitdiffstats
path: root/src/Features.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Features.cpp')
-rw-r--r--src/Features.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/Features.cpp b/src/Features.cpp
index 09a3499..c758084 100644
--- a/src/Features.cpp
+++ b/src/Features.cpp
@@ -1,7 +1,7 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2018, imec Vision Lab, University of Antwerp
- 2014-2018, CWI, Amsterdam
+Copyright: 2010-2021, imec Vision Lab, University of Antwerp
+ 2014-2021, CWI, Amsterdam
Contact: astra@astra-toolbox.com
Website: http://www.astra-toolbox.com/
@@ -40,6 +40,9 @@ _AstraExport bool hasFeature(const std::string &flag) {
if (flag == "fan_cone_BP_density_weighting_by_default") {
return true;
}
+ if (flag == "unpadded_GPULink") {
+ return true;
+ }
return false;
}