MantisBT - Rosetta
View Issue Details
0000237Rosetta[All Projects] Bad Codingpublic2013-04-01 20:012013-04-01 23:15
Labonte 
Labonte 
lowminoralways
resolvedfixed 
All platformsAnyAny
Trunk 
Trunk 
any using patch files that remove properties
N/A
54635
0000237: ResidueType::delete_property() actuals ADDS duplicate properties to ResidueType
delete_property() was clearly a cut-and-paste modification of add_property() and

properties_.push_back( property );

was left in by accident in l. 1246, such that after setting the corresponding boolean to false, a given property is double-added to the vector1 properties_.
N/A
No tags attached.
Issue History
2013-04-01 20:01LabonteNew Issue
2013-04-01 20:01LabonteStatusnew => assigned
2013-04-01 20:01LabonteAssigned To => Labonte
2013-04-01 23:15LabonteFixed in SVN Version => 54635
2013-04-01 23:15LabonteNote Added: 0000236
2013-04-01 23:15LabonteStatusassigned => resolved
2013-04-01 23:15LabonteFixed in Version => Trunk
2013-04-01 23:15LabonteResolutionopen => fixed

Notes
(0000236)
Labonte   
2013-04-01 23:15   
converted push_back() to erase()