Skip to content

Commit

Permalink
Add no_memory_check
Browse files Browse the repository at this point in the history
  • Loading branch information
bosborne committed Dec 5, 2011
1 parent 7ca2c8a commit 8d4520f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Bio/Tools/Run/Phylo/Phyml.pm
Expand Up @@ -894,10 +894,10 @@ sub no_memory_check {
if $self->version < 3;
if ( defined($value) ) {
if ($value) {
$self->{_rand_start} = 1;
$self->{_memory_check} = 1;
}
else {
$self->{_rand_start} = 0;
$self->{_memory_check} = 0;
}
}
return $self->{_no_memory_check} || 0;
Expand Down

0 comments on commit 8d4520f

Please sign in to comment.