Skip to content

Commit

Permalink
Re #4647 fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mdoucet committed Feb 7, 2012
1 parent 210310e commit fcb780b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Code/Mantid/Framework/API/src/WorkspaceGroup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ bool WorkspaceGroup::areNamesSimilar() const
std::vector<std::string>::const_iterator citr;
for(citr=m_wsNames.begin(); citr!=m_wsNames.end(); ++citr)
{
bool b;
// Find the last underscore _
std::size_t pos=(*citr).find_last_of("_");
// No underscore = not similar
Expand Down

0 comments on commit fcb780b

Please sign in to comment.