IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2369


Ignore:
Timestamp:
Nov 15, 2004, 10:51:15 AM (22 years ago)
Author:
harman
Message:

Updates resulting from testing

Location:
trunk/psLib/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataIO/psLookupTable.c

    r2368 r2369  
    1 
    21/** @file  psLookupTable.c
    32*
     
    87*  @author Ross Harman, MHPCC
    98*
    10 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2004-11-15 20:32:42 $
     9*  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2004-11-15 20:51:15 $
    1211*
    1312*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    471470
    472471    indexVec = table->index;
     472    table->values = psArrayAlloc(1);
    473473    values = table->values;
    474474
  • trunk/psLib/src/fileUtils/psLookupTable.c

    r2368 r2369  
    1 
    21/** @file  psLookupTable.c
    32*
     
    87*  @author Ross Harman, MHPCC
    98*
    10 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2004-11-15 20:32:42 $
     9*  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2004-11-15 20:51:15 $
    1211*
    1312*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    471470
    472471    indexVec = table->index;
     472    table->values = psArrayAlloc(1);
    473473    values = table->values;
    474474
  • trunk/psLib/src/types/psLookupTable.c

    r2368 r2369  
    1 
    21/** @file  psLookupTable.c
    32*
     
    87*  @author Ross Harman, MHPCC
    98*
    10 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2004-11-15 20:32:42 $
     9*  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2004-11-15 20:51:15 $
    1211*
    1312*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    471470
    472471    indexVec = table->index;
     472    table->values = psArrayAlloc(1);
    473473    values = table->values;
    474474
Note: See TracChangeset for help on using the changeset viewer.