Skip to content

Commit

Permalink
Refs #18856 don't run general diffraction if OSIRIS diffonly
Browse files Browse the repository at this point in the history
  • Loading branch information
louisemccann committed Feb 14, 2017
1 parent 1d1f506 commit abc0d75
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -131,8 +131,9 @@ void IndirectDiffractionReduction::run() {
showInformationBox("Rebinning parameters are incorrect.");
return;
}
runGenericReduction(instName, mode);
}
runGenericReduction(instName, mode);

}

/**
Expand Down

0 comments on commit abc0d75

Please sign in to comment.