Skip to content

Commit

Permalink
refs #6543 Trying to fix crash on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Feb 27, 2013
1 parent c366a6c commit 32c86e7
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Code/Mantid/Framework/DataHandling/src/LoadDetectorInfo.cpp
Expand Up @@ -900,8 +900,6 @@ void LoadDetectorInfo::readNXS(const std::string& fName)
else
{
differentOffsets = true;
g_log.debug()<< " different detector offsets for det N"<<i<<" detOffset "<< detOffset[i]<< " base offset: "<<detectorOffset<<std::endl;
}

}

Expand Down Expand Up @@ -929,10 +927,11 @@ void LoadDetectorInfo::readNXS(const std::string& fName)

if ( i % 100 == 0 )
{
sometimesLogSuccess(log, noneSet);
progress(static_cast<double>(i));
interruption_point();

sometimesLogSuccess(log, noneSet);
progress(static_cast<double>(i));
interruption_point();
}

}
PARALLEL_END_INTERUPT_REGION
}
Expand Down

0 comments on commit 32c86e7

Please sign in to comment.