AzimuthalIntegrationMapping: Go back to old name, which was more logical for this object

This commit is contained in:
2026-04-30 10:32:38 +02:00
parent 52d1f30a6a
commit 06d8fc3972
29 changed files with 81 additions and 81 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
#include "AzIntEngineCPU.h"
AzIntEngineCPU::AzIntEngineCPU(const AzimuthalIntegration &integration)
AzIntEngineCPU::AzIntEngineCPU(const AzimuthalIntegrationMapping &integration)
: AzIntEngine(integration) {}
void AzIntEngineCPU::Run(const ImagePreprocessorBuffer &image, AzimuthalIntegrationProfile &profile){