Skip to content

Commit

Permalink
Revert "Revert "refs #8752. Cpp check issue around if.""
Browse files Browse the repository at this point in the history
This reverts commit f9b415a.
  • Loading branch information
OwenArnold committed Jan 28, 2014
1 parent f9b415a commit 5125e17
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -236,13 +236,13 @@ namespace Mantid
{
throw std::invalid_argument(
"A SecondTransmissionRun is only valid if a FirstTransmissionRun is provided.");
if (firstTransmissionInWavelength)
{
}
else if (firstTransmissionInWavelength)
{
this->g_log.warning(
"The first transmission run is in wavelength so is assumed to be correctly stitched in wavelength. "
"The second transmission run and associated inputs will be ignored."
"Run CreateTransmissionWorkspace to create a transmission workspace from TOF runs.");
}
}
else
{
Expand Down

0 comments on commit 5125e17

Please sign in to comment.