ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/gclib/tophat_cpp/GFaSeqGet.cpp
(Generate patch)
# Line 228 | Line 228
228   }
229  
230   char* GFaSeqGet::copyRange(uint cstart, uint cend, bool revCmpl, bool upCase) {
231 <  if (cstart>cend) { swap(cstart, cend); }
231 >  if (cstart>cend) { Gswap(cstart, cend); }
232    int clen=cend-cstart+1;
233    const char* gs=subseq(cstart, clen);
234    if (gs==NULL) return NULL;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines