Ignore:
Timestamp:
2006-09-28T11:21:26+12:00 (18 years ago)
Author:
mdewsnip
Message:

Tidied up that horrible long line in the new() function of every classifier.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/classify/AZList.pm

    r11541 r12891  
    7272    if(defined $options) { push(@{$hashArgOptLists->{"OptList"}},$options)};
    7373
    74     my $self = (defined $hashArgOptLists)? new BasClas($classifierslist,$inputargs,$hashArgOptLists): new BasClas($classifierslist,$inputargs);
     74    my $self = new BasClas($classifierslist, $inputargs, $hashArgOptLists);
    7575
    7676    if ($self->{'info_only'}) {
Note: See TracChangeset for help on using the changeset viewer.