Skip to content

Commit

Permalink
properly get the hash value
Browse files Browse the repository at this point in the history
svn path=/bioperl-run/trunk/; revision=13479
  • Loading branch information
hyphaltip committed Jul 11, 2003
1 parent a9506ce commit 2e30fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bio/Tools/Run/Phylo/Phylip/Neighbor.pm
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ sub _setparams {
my $param_string = "";
my $type ="";
my $version = $self->version;
my %menu = %{%Bio::Tools::Run::Phylo::Phylip::PhylipConf::Menu->{$version}->{'NEIGHBOR'}};
my %menu = %{$Bio::Tools::Run::Phylo::Phylip::PhylipConf::Menu{$version}->{'NEIGHBOR'}};

foreach my $attr ( @NEIGHBOR_PARAMS) {
$value = $self->$attr();
Expand Down

0 comments on commit 2e30fe1

Please sign in to comment.