Skip to content

Commit

Permalink
added further pooled memory strategies
Browse files Browse the repository at this point in the history
  • Loading branch information
sjneph committed May 11, 2017
1 parent 6a6e2ab commit b722cc7
Show file tree
Hide file tree
Showing 4 changed files with 1,093 additions and 351 deletions.
2 changes: 1 addition & 1 deletion interfaces/general-headers/data/bed/BedCompare.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ namespace Bed {
static int v = 0;
if ( (v = std::strcmp(ptr1->chrom(), ptr2->chrom())) != 0 )
return v < 0;
return BaseT::operator()(pt1, ptr2);
return BaseT::operator()(ptr1, ptr2);
}
};

Expand Down

0 comments on commit b722cc7

Please sign in to comment.