Skip to content
Snippets Groups Projects
Commit ce3a2e49 authored by Ian Longden's avatar Ian Longden
Browse files

REF fix for PATCH_NOVEL and PATH_FIX

parent 00a234c0
No related branches found
No related tags found
No related merge requests found
......@@ -1225,14 +1225,14 @@ sub get_all_alt_locations {
} elsif( $axf->type() eq "PATCH_FIX"){
push @haps, $axf;
} elsif( $axf->type() eq "PATCH_FIX REF"){
push @haps, $axf;
} elsif( $axf->type() eq "HAP REF" ) {
push @haps, $axf if $return_all > 0 ;
} elsif( $axf->type() eq "HAP REF" ) {
push @haps, $axf if $return_all > 0 ;
# do nothing when you are on REF
} elsif( $axf->type() eq "PATCH_NOVEL"){
push @haps, $axf;
}elsif( $axf->type() eq "PATCH_NOVEL REF"){
push @haps, $axf;
push @haps, $axf if $return_all > 0 ;
} else {
warning("Unknown exception feature type ". $axf->type()."- ignoring.");
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment