Skip to content

Commit

Permalink
Fix typo in subopt printout
Browse files Browse the repository at this point in the history
  • Loading branch information
agdphd committed Sep 28, 2015
1 parent 73a05ef commit b19cb0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin-subopt.cc
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ int main(int argc, char* argv[]) {
outfile << "#\tSuboptimal secondary structures within " << delta.get_d() << " of minimum energy." << std::endl;
outfile << "#\tCoefficients:\t" <<
"a = " << params.multiloop_penalty << "" << params.multiloop_penalty.get_d() << ",\t" <<
"b = " << params.unpaired_penalty << "" << params.multiloop_penalty.get_d() << ",\t" <<
"b = " << params.unpaired_penalty << "" << params.unpaired_penalty.get_d() << ",\t" <<
"c = " << params.branch_penalty << "" << params.branch_penalty.get_d() << ",\t" <<
"d = " << params.dummy_scaling << "" << params.dummy_scaling.get_d() << "." << std::endl;

Expand Down

0 comments on commit b19cb0a

Please sign in to comment.