Skip to content

Commit

Permalink
Refs #4173 No columns are readonly now which prevents sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
VickieLynch committed Nov 18, 2011
1 parent 03a5a4d commit c883b48
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Code/Mantid/Framework/DataObjects/src/PeakColumn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,7 @@ namespace DataObjects
/** @return true if the column is read-only */
bool PeakColumn::getReadOnly() const
{
if (
(m_name == "h") || (m_name == "k") || (m_name == "l") ||
(m_name == "RunNumber")
)
return false;
else
// Default to true for most columns
return true;
}


Expand Down

0 comments on commit c883b48

Please sign in to comment.