Skip to content

Commit

Permalink
ToGP.hpp: fix debug statement
Browse files Browse the repository at this point in the history
FossilOrigin-Name: cfff9e5f453195ef2cb15ff8c3ba829f656c3d19eba65cd7c0b2eaf96b55c415
  • Loading branch information
[email protected] committed Dec 15, 2017
1 parent 9852ae9 commit 8c0c9ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genfile/include/genfile/ToGP.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ namespace genfile {
void set_value( std::size_t value_i, int64_t const value ) {
m_encoded_call += encode_call( value, m_tables[ m_ploidy ].first ) ;
#if DEBUG_TO_GP
std::cerr << "Encoded value #" << value_i << "(" << value << ") encoded as:" << impl::format_call( m_encoded_call ) << "\n" ;
std::cerr << "Encoded value #" << value_i << "(" << value << ") encoded as:" << impl::format_call( m_encoded_call, m_tables[ m_ploidy ].first ) << "\n" ;
#endif
}

Expand Down

0 comments on commit 8c0c9ed

Please sign in to comment.