Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastian authored and Bastian committed May 30, 2018
1 parent 245d8ce commit 0a7f593
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/whopgenome/whoptbi_info.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ bool whop_tabix::parseHeader( ParseFunctor &f )

// validate arguments
//
/* commented out due to CRAN warnings #FIXME
// commented out due to CRAN warnings #FIXME start
if( this == 0 )
{
Rprintf("whop_tabix::parseheader : NULL vcf*!\n");
Expand All @@ -123,7 +123,7 @@ bool whop_tabix::parseHeader( ParseFunctor &f )
Rprintf("whop_tabix::parseheader : NULL functor!\n");
return false;
}
*/
// end fixme
// end of quick fix CRAN

//
Expand Down
6 changes: 3 additions & 3 deletions src/whopgenome/whoptbi_region.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@ bool whop_tabix::setRegion( const char* tid, int begin, int end )
{
//
//
// quick fix for CRAN #FIXME (commented out)
/*
// quick fix for CRAN #FIXME (commented out) start
//
if( this == 0 )
{
Rprintf("(!!) whop_tabix::setregion called on this==0!\n");
return 0;
}
*/
// end fixme

//
//
Expand Down

0 comments on commit 0a7f593

Please sign in to comment.