Added new profile program to make a bedgraph file. This is partically the result...
[htsworkflow.git] / htswanalysis / src / SRLib / loci.h
index cfa9562887dbb2d17ac208617186330836b2924f..b196a1e1d4ed254e187f1f52b8032b9217acdbb9 100644 (file)
@@ -14,6 +14,7 @@ class Loci {
     Loci(const Loci& l);
     Loci& operator=(const Loci& l);
 
+    bool operator==(const Loci& a) const;
     bool operator<(const Loci& a) const;
     bool operator<=(const Loci& a) const;
     bool operator>=(const Loci& a) const;