Skip to content

Commit

Permalink
Revert "refs #8752. Cpp check issue around if."
Browse files Browse the repository at this point in the history
This reverts commit 5b9a712.
  • Loading branch information
OwenArnold committed Jan 28, 2014
1 parent 5b9a712 commit f9b415a
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.");
}
else if (firstTransmissionInWavelength)
{
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 f9b415a

Please sign in to comment.