v1.0.0-rc.64
This commit is contained in:
@@ -993,6 +993,11 @@ DiffractionExperiment &DiffractionExperiment::ImportDatasetSettings(const Datase
|
||||
throw JFJochException(JFJochExceptionCategory::InputParameterInvalid,
|
||||
"Frame time cannot be zero");
|
||||
}
|
||||
if (image_time < GetFrameTime()) {
|
||||
dataset = tmp;
|
||||
throw JFJochException(JFJochExceptionCategory::InputParameterInvalid,
|
||||
"Image time cannot be less than base frame time");
|
||||
}
|
||||
this->Summation(image_time.value() / GetFrameTime());
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user