Skip to content

Commit

Permalink
Re #4158. Fixing the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mantid-roman committed Apr 2, 2012
1 parent 9e1ef8d commit b8922dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/API/src/MultiDomainFunction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ namespace API
if (it == m_domains.end())
{// apply to all domains
domains.resize(cd.getNParts());
for(size_t i = 0; i < m_domains.size(); ++i)
for(size_t i = 0; i < domains.size(); ++i)
{
domains[i] = i;
}
Expand Down

0 comments on commit b8922dc

Please sign in to comment.