IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29997


Ignore:
Timestamp:
Dec 9, 2010, 12:02:50 PM (15 years ago)
Author:
rhenders
Message:

return undef from getSmfFile(). cleaner

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/perl/ippToPsps/DetectionBatch.pm

    r29236 r29997  
    7878    # get neb path of smf file
    7979    my $nebPath = $self->{_gpc1Db}->getCameraStageSmfForThisDvoDb($self->{_dvoDb}, $self->{_expId});
    80     if (!$nebPath) { return 0; }
     80    if (!$nebPath) { return undef; }
    8181
    8282    # get real filename from neb 'key'
Note: See TracChangeset for help on using the changeset viewer.