Skip to content

Commit

Permalink
Addresses Issue: #11
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeBergstrand committed Jun 3, 2015
1 parent b576a5c commit 14616c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ cmake_install.cmake
install_manifest.txt

build/
.idea
4 changes: 2 additions & 2 deletions src/basic/score_matrix.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ using std::cout;
using std::endl;
using std::auto_ptr;

const double LN_2 = 0.69314718055994530941723212145818;

struct Score_params_exception : public std::exception
{
virtual const char* what() const throw()
Expand Down Expand Up @@ -164,8 +166,6 @@ struct score_matrix

private:

static const double LN_2 = 0.69314718055994530941723212145818;

template<typename _t>
struct Scores
{
Expand Down

0 comments on commit 14616c7

Please sign in to comment.