~ubuntu-branches/ubuntu/wily/clustalx/wily

« back to all changes in this revision

Viewing changes to clustalW/general/UserParameters.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Tille
  • Date: 2010-11-24 14:24:10 UTC
  • mfrom: (4.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20101124142410-knbv74os8fg76in6
Tags: 2.1-1
* New upstream version
* debian/rules: added get-upstream-changelog target and used
  it to obtain upstream changelog in debian/CHANGELOG.upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
    //revisionLevel = CLU_SHORT_VERSION_STRING;
42
42
    revisionLevel = CLUSTALW_VERSION;
43
43
    interactive = false;
 
44
    gui = false;
44
45
 
45
46
    seqName = "";
46
47
    DNAGapOpen = 15.0;
579
580
    interactive = value;
580
581
}
581
582
 
 
583
void UserParameters::setGui(bool value)
 
584
{
 
585
    gui = value;
 
586
}
 
587
 
582
588
void UserParameters::setGapOpen(float value)
583
589
{
584
590
    gapOpen = value;