edawson / gfakluge

A C++ library and utilities for manipulating the Graphical Fragment Assembly format.
http://edawson.github.io/gfakluge/
MIT License
51 stars 20 forks source link

Segment labels sorted alphabetically and not by numeric value #3

Closed edawson closed 8 years ago

edawson commented 8 years ago

Segments are currently stored as strings and as such use the default string compare method. This means that 10 would come before 2, for example. I'm not sure if this is wrong or just ugly.

edawson commented 8 years ago

Fixed by 3da11f23da2e74eecba2123818bbf2d41fca379d