IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 28, 2008, 11:48:49 AM (18 years ago)
Author:
eugene
Message:

fixed errors in recent API mods

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSourceIO.c

    r17826 r17832  
    33 *  @author EAM, IfA
    44 *
    5  *  @version $Revision: 1.58 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2008-05-28 18:57:01 $
     5 *  @version $Revision: 1.59 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2008-05-28 21:48:49 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    886886
    887887    if (view->chip == -1) {
    888         bool exists = pmFPACheckDataStatusForSources (fpa, name);
     888        bool exists = pmFPACheckDataStatusForSources (fpa, file->name);
    889889        return exists;
    890890    }
     
    896896
    897897    if (view->cell == -1) {
    898         bool exists = pmChipCheckDataStatusForSources (chip, name);
     898        bool exists = pmChipCheckDataStatusForSources (chip, file->name);
    899899        return exists;
    900900    }
     
    906906
    907907    if (view->readout == -1) {
    908         bool exists = pmCellCheckDataStatusForSources (cell, name);
     908        bool exists = pmCellCheckDataStatusForSources (cell, file->name);
    909909        return exists;
    910910    }
Note: See TracChangeset for help on using the changeset viewer.