CreateBraggPrediction: No rotation for now
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#include "BraggPredictionGPU.h"
|
||||
#endif
|
||||
|
||||
std::unique_ptr<BraggPrediction> CreateBraggPrediction(bool rotation_indexing, int max_reflections) {
|
||||
std::unique_ptr<BraggPrediction> CreateBraggPrediction(int max_reflections) {
|
||||
#ifdef JFJOCH_USE_CUDA
|
||||
if (get_gpu_count() > 0)
|
||||
return std::make_unique<BraggPredictionGPU>(max_reflections);
|
||||
|
||||
Reference in New Issue
Block a user