Skip to content

Commit

Permalink
Refs #9200 fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
VickieLynch committed Mar 25, 2014
1 parent 9216c8b commit 4e76235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/Geometry/src/Crystal/ScalarUtils.cpp
Expand Up @@ -209,7 +209,7 @@ std::vector<ConventionalCell> ScalarUtils::GetCellsUBOnly(
if ( rcell.GetCentering() == centering &&
rcell.GetCellType() == cell_type )
{
ConventionalCell cell_info( UB, i );
ConventionalCell cell_info( UB, i ,allowPermutations);
result.push_back( cell_info );
}
}
Expand Down

0 comments on commit 4e76235

Please sign in to comment.