ScalingResult: Dedicated data structure
This commit is contained in:
@@ -276,7 +276,7 @@ std::optional<RotationIndexerResult> IndexAndRefine::Finalize() {
|
||||
return {};
|
||||
}
|
||||
|
||||
std::optional<ScaleResult> IndexAndRefine::ScaleAllImages(const ScaleMergeOptions &opts) {
|
||||
std::optional<ScalingResult> IndexAndRefine::ScaleAllImages(const ScaleMergeOptions &opts) {
|
||||
size_t nrefl = 0;
|
||||
for (const auto &i: reflections)
|
||||
nrefl += i.size();
|
||||
|
||||
Reference in New Issue
Block a user