Skip to content

Commit

Permalink
refs #4150 Fix Type usage warning
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenArnold committed Nov 25, 2011
1 parent 6f75115 commit eed8e71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ class NearestNeighboursTest : public CxxTest::TestSuite
ParameterMap_sptr pmap(new ParameterMap());

//Mask the first 5 detectors
for(size_t i = 1; i < 3; i++)
for(Mantid::specid_t i = 1; i < 3; i++)
{
if ( const Geometry::ComponentID det = instrument->getDetector(spectramap->getDetectors(i)[0])->getComponentID() )
{
Expand Down

0 comments on commit eed8e71

Please sign in to comment.