Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Dowsey committed Dec 6, 2014
1 parent ad1f60c commit b2f4c4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions seamass/OptimiserASRL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@ compute_norm_max_counts(ii n_core_bases)
{
max_counts = max_counts > ts[pj][i] ? max_counts : ts[pj][i];
}
// normalise
max_counts *= pow(2.0, bases[j]->get_cm().l[0]) * pow(2.0, bases[j]->get_cm().l[1]);
break;
}
Expand Down

0 comments on commit b2f4c4d

Please sign in to comment.